Definition at line 210 of file OglDemo.h. References OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), TitledGalaxy(), and OglGui::OglWindow::W(). Referenced by BuildGUI(). 00211 { 00212 Window* tab = tabs->CreateTab("Galaxy", 100); 00213 00214 TitledGalaxy(tab, 10, 10, tab->W()-100, tab->H()-100); 00215 }
Here is the call graph for this function:
|