Definition at line 87 of file TitledWindow.h. References mCloseButton, mMaximizeButton, mMinimizeButton, and OglGui::Button::SetUpBorderType(). 00088 { 00089 mCloseButton->SetUpBorderType(type); 00090 mMaximizeButton->SetUpBorderType(type); 00091 mMinimizeButton->SetUpBorderType(type); 00092 }
Here is the call graph for this function:
|