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:
|