Definition at line 44 of file StaticText.h. References OglGui::OglWindow::Init(). 00045 : 00046 Window(parent, width, height) 00047 { 00048 if (centered) 00049 Init(text, oglCenterAlign, oglCenterAlign, shadowed); 00050 else 00051 Init(text, oglLeftAlign, oglCenterAlign, shadowed); 00052 }
Here is the call graph for this function:
|