Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::TitledWindow::SetButtonBorderType ( int  type  )  [inline]

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:


Generated on Thu Jan 13 09:27:08 2011 for ImpalaSrc by  doxygen 1.5.1