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