Changes the stacking order of the current window relative to its siblings.
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.
Glut Class | Tao.FreeGlut Namespace | glutHideWindow | glutIconifyWindow | glutPushWindow | glutShowWindow