manpagez: man pages & more
man glutPopWindow(3)
Home | html | info | man
glutPopWindow(3GLUT)                 GLUT                 glutPopWindow(3GLUT)




NAME

       glutPopWindow,  glutPushWindow  - change the stacking order of the cur-
       rent window relative to its siblings.


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 previously saved request for that window. The effect
       of  pushing and popping top-level windows is subject to the window sys-
       tem's policy for restacking windows.


SEE ALSO

       glutShowWindow(3), glutIconifyWindow(3), glutHideWindow(3)


AUTHOR

       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                  3.7                 glutPopWindow(3GLUT)

Mac OS X 10.6 - Generated Thu Sep 17 20:20:42 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.