Tao.FreeGlut SDK Documentation

Glut.glutIconifyWindow Method 

Changes the display status of the current window.

[Visual Basic]
Public Shared Sub glutIconifyWindow()
[C#]
public static void glutIconifyWindow();

Remarks

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.

See Also

Glut Class | Tao.FreeGlut Namespace | glutHideWindow | glutPopWindow | glutPushWindow | glutShowWindow