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

OglGui::StaticText::StaticText ( int  x,
int  y,
int  w,
int  h,
strconst  text,
bool  centered = true,
bool  shadowed = false 
) [inline]

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:


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