manpagez: man pages & more
man glutHideOverlay(3)
Home | html | info | man
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;  glutHideOver-
       lay 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 the overlay.


SEE ALSO

       glutEstablishOverlay(3), glutShowWindow(3)


AUTHOR

       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                  3.7               glutShowOverlay(3GLUT)

Mac OS X 10.6 - Generated Thu Sep 17 20:20:43 CDT 2009
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.