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