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:
|