Definition at line 36 of file OglDemo.h. References BuildGUI(), and OglGui::OglWindow::SetBackground(). 00036 : 00037 Window(0, 0, width, height) 00038 { 00039 SetBackground(oglGUI_BG); 00040 BuildGUI(width, height); 00041 }
Here is the call graph for this function:
|