Reimplemented from OglGui::Window. Definition at line 60 of file mainShowImSet.cpp. References OglGui::Window::DisplayFunc(), OglGui::Window::ScaleChildren(), and OglGui::Window::SetReposChildren(). 00061 { 00062 static bool initialized = false; 00063 00064 if (!initialized) 00065 { 00066 initialized = true; 00067 ScaleChildren(0, true); 00068 SetReposChildren(false, true); 00069 } 00070 Window::DisplayFunc(); 00071 }
Here is the call graph for this function:
|