[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 }