Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:08:40 2010 for ImpalaSrc by  doxygen 1.5.1