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

void OglGui::Window::RemoveViewports (  )  const [inline]

Definition at line 201 of file Window.h.

References OglGui::OglWindow::mOglWnd.

00202     {
00203         while (mOglWnd->wndList)
00204         {
00205             OGLWND* child = (OGLWND *) mOglWnd->wndList->info;
00206             oglSys.ExitWindow(child, 1);
00207         }
00208     }


Generated on Thu Jan 13 09:27:22 2011 for ImpalaSrc by  doxygen 1.5.1