Definition at line 140 of file OglDemo.h. References OglGui::OglWindow::GetOGLWND(), Impala::Application::DemoCamera2d::oglWnd, OglGui::Window::Window(), and WoggelFuncs(). Referenced by NestedDropDown(), Titled4Woggels(), and WoggelTab(). 00141 { 00142 OGLWND* oglWnd = oglSys.CreateOGLViewPort(wnd->GetOGLWND(),x,y,w,h); 00143 00144 WoggelFuncs(oglWnd); 00145 Window* woggelWnd = new Window(oglWnd, false); 00146 return woggelWnd; 00147 }
Here is the call graph for this function:
|