glutShowWindow

change the display status of the current window.

Signature

glutHideWindow( )-> void
glutHideWindow( )
glutHideWindow(  ) -> None
glutIconifyWindow( )-> void
glutIconifyWindow( )
glutIconifyWindow(  ) -> None
glutShowWindow( )-> void
glutShowWindow( )
glutShowWindow(  ) -> None

See Also

glutPopWindow glutPushWindow

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutShowWindow
{LGPL} PyMT pymt/ui/window/win_glut.py Lines: 16, 47