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