create a child window This constructor will creat a new subwindow in the window . Reimplemented from OglGui::Window. Definition at line 32 of file Window.h. References OglGui::OglWindow::Init(). 00032 : 00033 OglGui::Window(parent, width, height, is2d), 00034 AppControlGUI(-1, false) 00035 { 00036 Init(); 00037 }
Here is the call graph for this function:
|