Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::OglDemo::WoggelTab ( Tabs tabs  )  [inline]

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:


Generated on Thu Jan 13 09:26:38 2011 for ImpalaSrc by  doxygen 1.5.1