Definition at line 16 of file StaticText.h. References OglGui::OglWindow::Init(). 00017 : 00018 Window(x, y, w, h) 00019 { 00020 if (centered) 00021 Init(text, oglCenterAlign, oglCenterAlign, shadowed); 00022 else 00023 Init(text, oglLeftAlign, oglCenterAlign, shadowed); 00024 }
Here is the call graph for this function:
|