Definition at line 66 of file TitledWindow.h. References mTitleHeight, OglGui::OglWindow::WndHeight(), and OglGui::OglWindow::WndWidth(). Referenced by SetContentPane(), and OglGui::OglDemo::Titled4Woggels(). 00067 { 00068 x = 4; 00069 y = 4; 00070 w = WndWidth() - 8; 00071 h = WndHeight() - mTitleHeight - 8; 00072 }
Here is the call graph for this function:
|