Definition at line 149 of file OglDemo.h. References OglGui::OglWindow::ConnectTo(), OglGui::Tabs::CreateTab(), OglGui::OglWindow::H(), OglGui::OglWindow::W(), and WoggelWindow(). Referenced by TitledAnimations(). 00150 { 00151 Window* tab = tabs->CreateTab("Woggel"); 00152 Window* wogWnd = WoggelWindow(tab, 0, 0, tab->W(), tab->H()); 00153 00154 wogWnd->ConnectTo(tab); 00155 }
Here is the call graph for this function:
|