Definition at line 50 of file MenuOnButton.h. References OglGui::OglWindow::GetBorderType(), mActiveBorderType, and mNonActiveBorderType. Referenced by OglGui::MenuBar::AddMenu(). 00051 { 00052 mNonActiveBorderType = GetBorderType(); 00053 mActiveBorderType = type; 00054 }
Here is the call graph for this function:
|