Definition at line 45 of file Menus.h. References mOglTopWnd, OglGui::OglWindow::mOglWnd, and OglGui::OglWindow::SetVisible(). 00046 { 00047 oglSys.BringToFront(mOglWnd); 00048 oglSys.SetDimensions(mOglWnd,0,0,mOglTopWnd->width,mOglTopWnd->height); 00049 SetVisible(true); 00050 oglFocusWnd = mOglWnd; 00051 }
Here is the call graph for this function:
|