Definition at line 111 of file MenuOnButton.h. References OglGui::OglWindow::GetBorderType(), mActive, mActiveBorderType, OglGui::Window::mDoStateFeedback, mMenu, mNonActiveBorderType, mShowTriangle, and OglGui::Button::SetButtonListener(). 00112 { 00113 mMenu = menu; 00114 mActive = false; 00115 mShowTriangle = true; 00116 mNonActiveBorderType = GetBorderType(); 00117 mActiveBorderType = -2; 00118 mDoStateFeedback = false; // We handle it as std behaviour went wrong 00119 SetButtonListener(this); 00120 }
Here is the call graph for this function:
|