Definition at line 186 of file OglDemo.h. References OglGui::Tabs::CreateTab(), Titled4Woggels(), and TitledAnimations(). Referenced by BuildGUI(). 00187 { 00188 Window* tab = tabs->CreateTab("Animations",100); 00189 TitledAnimations(tab, 10, 10, 800, 632); 00190 Titled4Woggels(tab, 200, 100, 400, 400); 00191 }
Here is the call graph for this function:
|