Changes the display status of the current window.
glutIconifyWindow will iconify a top-level window, but GLUT prohibits iconification of a subwindow. The effect of iconifying windows does not take place immediately. Instead the requests are saved for execution upon return to the GLUT event loop. Subsequent iconification requests on a window replace the previously saved request for that window. The effect of iconifying top-level windows is subject to the window system's policy for displaying windows.
Glut Class | Tao.FreeGlut Namespace | glutHideWindow | glutPopWindow | glutPushWindow | glutShowWindow