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

OglGui::StaticText::StaticText ( Window parent,
int  width,
int  height,
strconst  text,
bool  centered = true,
bool  shadowed = false 
) [inline]

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:


Generated on Fri Mar 19 12:06:36 2010 for ImpalaSrc by  doxygen 1.5.1