ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
glutPopWindow(3GLUT) GLUT glutPopWindow(3GLUT) NAME glutPopWindow, glutPushWindow - change the stacking order of the current window relative to its sib-lings. siblings. lings. SYNTAX void glutPopWindow(void); void glutPushWindow(void); DESCRIPTION glutPopWindow and glutPushWindow work on both top-level windows and subwindows. The effect of pushing and popping windows does not take place immediately. Instead the push or pop is saved for execution upon return to the GLUT event loop. Subsequent push or pop requests on a window replace the previ-ously previously ously saved request for that window. The effect of pushing and popping top-level windows is subject to the window system's policy for restacking windows. SEE ALSO glutShowWindow(3G), glutIconifyWindow(3G), glutHideWindow(3G) AUTHOR Mark J. Kilgard (mjk@nvidia.com) GLUT 3.7 glutPopWindow(3GLUT) |
|