Definition at line 43 of file OglDemo.h. References BuildGUI(), OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::SetBackground(), and OglGui::OglWindow::SetDimensions(). 00043 : 00044 Window(parent, x, y, 1100, 700) 00045 { 00046 SetBackground(oglGUI_BG); 00047 BuildGUI(1100, 700); 00048 SetDimensions(width, height); 00049 ConnectTo(parent); 00050 }
Here is the call graph for this function:
|