Definition at line 120 of file OglDemo.h. References OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), TitledZoomPanLense(), and OglGui::OglWindow::W(). Referenced by BuildGUI(). 00121 { 00122 Window* tab = tabs->CreateTab("Zoom Pan Lense", 140); 00123 00124 TitledZoomPanLense(tab, 10, 10, tab->W()-20, tab->H()-20); 00125 }
Here is the call graph for this function:
|