Definition at line 127 of file OglDemo.h. References OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), TitledSixViewer(), and OglGui::OglWindow::W(). Referenced by BuildGUI(). 00128 { 00129 Window* tab = tabs->CreateTab("Six View Control", 140); 00130 00131 TitledSixViewer(tab, 10, 10, tab->W()-20, tab->H()-20); 00132 }
Here is the call graph for this function:
|