Definition at line 74 of file Window.h. References MakeViewport(), OglGui::Window::SetIs2d(), and OglGui::Window::Window(). Referenced by MakeViewport(). 00075 { 00076 Window* w = new Window(this, width, height); 00077 w->SetIs2d(is2d); 00078 return w; 00079 }
Here is the call graph for this function:
|