Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
glutPopWindow(3GLUT)		      GLUT		    glutPopWindow(3GLUT)

NAME
     glutPopWindow,  glutPushWindow  -	change the stacking order of the current
     window relative to its siblings.

SYNTAX
     void glutPopWindow(void);
     void glutPushWindow(void);

DESCRIPTION
     glutPopWindow and glutPushWindow work on both top-level windows and subwin-
     dows. The effect of pushing and popping windows does not take place immedi-
     ately. 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 system's policy  for  restacking
     windows.

SEE ALSO
     glutShowWindow, glutIconifyWindow, glutHideWindow

AUTHOR
     Mark J. Kilgard (mjk@nvidia.com)

GLUT				       3.7		    glutPopWindow(3GLUT)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glutPopWindow&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help