Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:07:40 2010 for ImpalaSrc by  doxygen 1.5.1