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

Window* OglGui::OglDemo::WoggelWindow ( Window wnd,
int  x,
int  y,
int  w,
int  h 
) [inline]

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:


Generated on Fri Mar 19 12:03:33 2010 for ImpalaSrc by  doxygen 1.5.1