|
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). |
glutSetWindow(3GLUT) GLUT glutSetWindow(3GLUT)
NAME
glutSetWindow - sets the current window; glutGetWindow - returns the identifier of the current win-dow. window.
dow.
SYNTAX
void glutSetWindow(int win);
int glutGetWindow(void);
ARGUMENTS
win Identifier of GLUT window to make the current window.
DESCRIPTION
glutSetWindow sets the current window; glutGetWindow returns the identifier of the current window. If
no windows exist or the previously current window was destroyed, glutGetWindow returns zero. glut-SetWindow glutSetWindow
SetWindow does not change the layer in use for the window; this is done using glutUseLayer.
SEE ALSO
glutCreateWindow(3G), glutSetMenu(3G)
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT 3.7 glutSetWindow(3GLUT)
|
|