Definition at line 396 of file OglDemo.h. References OglGui::Tabs::CreateTab(), TitledControlTreeView(), and TitledFancyTreeView(). Referenced by BuildGUI(). 00397 { 00398 Window* tab = tabs->CreateTab("TreeView", 100); 00399 00400 TitledControlTreeView(tab, 10, 20, 300, 400); 00401 TitledFancyTreeView(tab, 320, 20, 300, 400); 00402 new FramesPerSecond(tab, 0, 0, 60, 30); 00403 }
Here is the call graph for this function:
|