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

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

Definition at line 54 of file StaticText.h.

References OglGui::OglWindow::Init().

00055                                                                            :
00056         Window(parent, width, height)
00057     {
00058         Init(text, hAlign, vAlign, shadowed);
00059     }

Here is the call graph for this function:


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