ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



glutShowWindow(3GLUT)                               GLUT                               glutShowWindow(3GLUT)



NAME
       glutShowWindow,  glutHideWindow, glutIconifyWindow - change the display status of the current window.

SYNTAX
       void glutShowWindow(void);
       void glutHideWindow(void);
       void glutIconifyWindow(void);

DESCRIPTION
       glutShowWindow 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 toplevel
       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 ALSO
       glutPopWindow(3G), glutPushWindow(3G)


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



GLUT                                                 3.7                               glutShowWindow(3GLUT)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.