Query: glutshowwindow
OS: osx
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutShowWindow(3GLUT) GLUT glutShowWindow(3GLUT)NAMEglutShowWindow, glutHideWindow, glutIconifyWindow - change the display status of the current window.SYNTAX#include <GLUT/glut.h> void glutShowWindow(void); void glutHideWindow(void); void glutIconifyWindow(void);DESCRIPTIONglutShowWindow will show the current window (though it may still not be visible if obscured by other shown windows). glutHideWindow will hide the current window. glutIconifyWindow will iconify a top-level window, but GLUT prohibits iconification of a subwindow. The effect of showing, hiding, and iconifying windows does not take place immediately. Instead the requests are saved for execution upon return to the GLUT event loop. Subsequent show, hide, or iconification requests on a window replace the previously saved request for that window. The effect of hiding, showing, or iconifying top-level windows is subject to the window system's policy for displaying windows.SEE ALSOglutPopWindow, glutPushWindowAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutShowWindow(3GLUT)
Related Man Pages |
---|
glutentergamemode(3glut) - redhat |
glutleavegamemode(3glut) - redhat |
glutreshapewindow(3glut) - redhat |
glutentergamemode(3glut) - suse |
glutreshapewindow(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Mac OS X: Based on UNIX - Solid As a Rock |
When is a _function_ not a _function_? |
Hearing Aid for OSX 10.12.x and greater. |
A dash to GOTO or a dash from GOTO, that is the question... |