Definition at line 273 of file OglWindow.h. Referenced by OglGui::Window::GetParent(), OglGui::Window::RepositionViewports(), OglGui::Window::ScaleChildren(), and OglGui::Window::SetReposChildren(). 00274 { 00275 if (!oglWnd) 00276 return 0; 00277 return (OglWindow*) oglSys.GetSysData(oglWnd, 1); 00278 }
|