Reimplemented from OglGui::Window. Definition at line 86 of file mainShowVidSet.cpp. References OglGui::Window::DisplayFunc(), OglGui::Window::ScaleChildren(), and OglGui::Window::SetReposChildren(). 00087 { 00088 static bool initialized = false; 00089 00090 if (!initialized) 00091 { 00092 initialized = true; 00093 ScaleChildren(0, true); 00094 SetReposChildren(false, true); 00095 } 00096 Window::DisplayFunc(); 00097 }
Here is the call graph for this function:
|