Tao.FreeGlut SDK Documentation

Glut.glutPopWindow Method 

Changes the stacking order of the current window relative to its siblings.

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

Remarks

glutPopWindow works on both top-level windows and subwindows. The effect of popping windows does not take place immediately. Instead the pop is saved for execution upon return to the GLUT event loop. Subsequent pop requests on a window replace the previously saved request for that window. The effect of popping top-level windows is subject to the window system's policy for restacking windows.

See Also

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