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

void OglGui::DropDownScrollWnd::Init ( int  sW,
int  sH,
int  hor,
int  ver,
bool  is2D 
) [inline, private]

Definition at line 47 of file DropDownScrollWnd.h.

References OglGui::DropDownWindow::AddWindow(), and mScrollWnd.

00048     {
00049         mScrollWnd = new ScrollWnd(this,sW,sH,is2D,hor,ver);
00050         AddWindow(mScrollWnd,0);
00051     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:25 2011 for ImpalaSrc by  doxygen 1.5.1