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

void OglGui::TitledWindow::SetButtonRoundness ( int  r0,
int  r1,
int  r2,
int  r3 
) [inline]

Definition at line 80 of file TitledWindow.h.

References mCloseButton, mMaximizeButton, mMinimizeButton, and OglGui::OglWindow::SetRoundness().

00081     {
00082         mCloseButton->SetRoundness(r0, r1, r2, r3);
00083         mMaximizeButton->SetRoundness(r0, r1, r2, r3);
00084         mMinimizeButton->SetRoundness(r0, r1, r2, r3);
00085     }

Here is the call graph for this function:


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