Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:00:17 2010 for ImpalaSrc by  doxygen 1.5.1