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

void OglGui::DropDownStringSelector::Init ( int  dropW,
int  dropH 
) [inline, private]

Definition at line 46 of file DropDownStringSelector.h.

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

00047     {
00048         mStrSelector = new StringSelector(this, dropW, dropH);
00049         AddWindow(mStrSelector,0);
00050     }

Here is the call graph for this function:


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