Tao.FreeGlut SDK Documentation

Glut.glutPushWindow Method 

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

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

Remarks

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

See Also

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