Query: glutpopwindow
OS: osx
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutPopWindow(3GLUT) GLUT glutPopWindow(3GLUT)NAMEglutPopWindow, glutPushWindow - change the stacking order of the current window relative to its siblings.SYNTAX#include <GLUT/glut.h> void glutPopWindow(void); void glutPushWindow(void);DESCRIPTIONglutPopWindow 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 ALSOglutShowWindow, glutIconifyWindow, glutHideWindowAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutPopWindow(3GLUT)
Related Man Pages |
---|
glutpositionwindow(3glut) - mojave |
glutreshapewindow(3glut) - mojave |
glutpositionwindow(3glut) - redhat |
glutvisibilityfunc(3glut) - redhat |
glutvisibilityfunc(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
At A Glance Coloured Real Time Bargraph Generator... |
Undeletable file |
Shopt -s histappend |
To print diamond asterisk pattern based on inputs |