glutdestroywindow(3glut) osx man page | unix.com

Man Page: glutdestroywindow

Operating Environment: osx

Section: 3glut

glutDestroyWindow(3GLUT)					       GLUT						  glutDestroyWindow(3GLUT)

NAME
glutDestroyWindow - destroys the specified window.
SYNTAX
#include <GLUT/glut.h> 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 glut- DestroyWindow. 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)
GLUT
3.7 glutDestroyWindow(3GLUT)
Related Man Pages
glutcreatesubwindow(3glut) - mojave
glutoverlaydisplayfunc(3glut) - mojave
glutcreatesubwindow(3glut) - suse
glutcreatewindow(3glut) - suse
glutoverlaydisplayfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
Hearing Aid for OSX 10.12.x and greater.
To print diamond asterisk pattern based on inputs
A dash to GOTO or a dash from GOTO, that is the question...
Syntax error in subtraction in Bash