Reimplemented from OglGui::Window. Definition at line 61 of file MenuTopPane.h. References OglGui::Window::InitDisplayFunc(), mOglTopWnd, and OglGui::OglWindow::SetDimensions(). 00062 { 00063 SetDimensions(0,0,mOglTopWnd->width,mOglTopWnd->height); 00064 Window::InitDisplayFunc(); 00065 }
Here is the call graph for this function:
|