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

void OglGui::TextArea::Init ( int  nrLines,
strconst  text,
bool  drawBorder 
) [inline, private]

Definition at line 174 of file TextArea.h.

References CreateScrollBar(), mDoTextShadow, mDrawBorder, mFirstVisible, mFormatted, mNrLines, OglGui::OglWindow::mOglWnd, mScrollBar, mShadowColor, mTextColor, and SetText().

00175     {
00176         mNrLines = nrLines;
00177         if (mDrawBorder = drawBorder)
00178             mOglWnd->borderType = BEV_ETCHED;
00179         mFirstVisible = 0;
00180         mDoTextShadow = false;
00181         mShadowColor = oglWHITE;
00182         mTextColor = oglBLACK;
00183         mFormatted = false;
00184         SetText(text);
00185         mScrollBar = 0;
00186         if (mNrLines > 1)
00187             CreateScrollBar();
00188     }

Here is the call graph for this function:


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