Reimplemented from OglGui::SizableWindow. Definition at line 74 of file TitledWindow.h. References OglGui::SizableWindow::SetBorderType(), and OglGui::SizableWindow::SetHighLightBorderType(). Referenced by Init(), and OglGui::OglDemo::TitledViews(). 00075 { 00076 SizableWindow::SetBorderType(type); 00077 SetHighLightBorderType(type); 00078 }
Here is the call graph for this function:
|