suse man page for glutpopwindow

Query: glutpopwindow

OS: suse

Section: 3glut

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 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 system's policy for restacking windows.
SEE ALSO
glutShowWindow, glutIconifyWindow, glutHideWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutPopWindow(3GLUT)
Related Man Pages
glutentergamemode(3glut) - mojave
glutreshapewindow(3glut) - mojave
glutvisibilityfunc(3glut) - mojave
glutentergamemode(3glut) - redhat
glutpositionwindow(3glut) - osx
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com