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

OglGui::StaticText::StaticText ( Window parent,
int  x,
int  y,
int  width,
int  height,
strconst  text,
int  hAlign,
int  vAlign = oglCenterAlign,
bool  shadowed = false 
) [inline]

Definition at line 36 of file StaticText.h.

References OglGui::OglWindow::Init().

00038                                     :
00039         Window(parent, x, y, width, height)
00040     {
00041         Init(text, hAlign, vAlign, shadowed);
00042     }

Here is the call graph for this function:


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