Changes the display status of the current window.
glutShowWindow will show the current window (though it may still not be visible if obscured by other shown windows). The effect of showing windows does not take place immediately. Instead the requests are saved for execution upon return to the GLUT event loop. Subsequent show requests on a window replace the previously saved request for that window. The effect of showing top-level windows is subject to the window system's policy for displaying windows.
Glut Class | Tao.FreeGlut Namespace | glutHideWindow | glutIconifyWindow | glutPopWindow | glutPushWindow