|
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). |
glutShowOverlay(3GLUT) GLUT glutShowOverlay(3GLUT)
NAME
glutShowOverlay, glutHideOverlay - shows or hides the overlay of the current window
SYNTAX
void glutShowOverlay(void);
void glutHideOverlay(void);
DESCRIPTION
glutShowOverlay shows the overlay of the current window; glutHideOverlay hides the overlay. The
effect of showing or hiding an overlay takes place immediately. Note that glutShowOverlay will not
actually display the overlay unless the window is also shown (and even a shown window may be obscured
by other windows, thereby obscuring the overlay). It is typically faster and less resource intensive
to use these routines to control the display status of an overlay as opposed to removing and re-establishing reestablishing
establishing the overlay.
SEE ALSO
glutEstablishOverlay(3G), glutShowWindow(3G)
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT 3.7 glutShowOverlay(3GLUT)
|
|