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

void OglGui::SizableStaticText::Init ( int  w,
int  h,
strconst  label 
) [inline, private]

Definition at line 38 of file SizableStaticText.h.

References OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::GetOGLWND(), mLabelText, and OglGui::Window::SetAllowScaling().

00039     {
00040         mLabelText = new StaticText(this,0,0,w,h,label);
00041         oglSys.SetNoMouseInput(mLabelText->GetOGLWND(),true);
00042         mLabelText->ConnectTo(this);
00043         mLabelText->SetAllowScaling(false);
00044     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:05:57 2010 for ImpalaSrc by  doxygen 1.5.1