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