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

void OglGui::TitledWindow::GetClientArea ( int &  x,
int &  y,
int &  w,
int &  h 
) [inline]

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:


Generated on Fri Mar 19 12:08:39 2010 for ImpalaSrc by  doxygen 1.5.1