create a child window This constructor will creat a new subwindow in the window . Reimplemented from OglGui::Window. Definition at line 39 of file Window.h. References OglGui::OglWindow::Init(). 00039 : 00040 OglGui::Window(parent, x, y, width, height, is2d), 00041 AppControlGUI(-1, false) 00042 { 00043 Init(); 00044 }
Here is the call graph for this function:
|