Tao.FreeGlut SDK Documentation

Glut.glutShowWindow Method 

Changes the display status of the current window.

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

Remarks

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.

See Also

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