Content-type: text/html
Manpage of glutDestroyWindow
glutDestroyWindow
Section: GLUT
(3GLUT)
Updated: 3.7
Index
Return to Main Contents
NAME
glutDestroyWindow - destroys the specified window.
SYNTAX
void glutDestroyWindow(int win);
ARGUMENTS
- win
-
Identifier of GLUT window to destroy.
DESCRIPTION
glutDestroyWindow destroys the window specified by win and the
window's associated OpenGL context, logical colormap (if the window
is color index), and overlay and related state (if an overlay has been
established). Any subwindows of destroyed windows are also destroyed
by glutDestroyWindow. If win was the current window, the current
window becomes invalid ( glutGetWindow will return zero).
SEE ALSO
glutCreateWindow, glutCreateSubWindow, glutDestroyMenu
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 13:00:47 GMT, March 25, 2001