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:
|