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

void OglGui::ColumnHeaders::Init ( int  labelW,
int  labelH 
) [inline, private]

Definition at line 107 of file ColumnHeaders.h.

References mLabelHeight, mLabelWidth, and OglGui::OglWindow::SetBorderType().

00108     {
00109         mLabelWidth  = labelW;
00110         mLabelHeight = labelH;
00111         SetBorderType(BEV_ETCHED);
00112     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:21 2011 for ImpalaSrc by  doxygen 1.5.1