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

OglGui::TextArea::TextArea ( Window parent,
int  width,
int  height,
strconst  text,
bool  drawBorder = true 
) [inline]

Definition at line 21 of file TextArea.h.

References cLineHeight, and OglGui::OglWindow::Init().

00022                                      :
00023         Window(parent, width, height)
00024     {
00025         Init(height/cLineHeight, text, drawBorder);
00026     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:02 2011 for ImpalaSrc by  doxygen 1.5.1