mojave man page for glutdestroywindow

Query: glutdestroywindow

OS: mojave

Section: 3glut

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
glutcreatewindow(3glut) - mojave
glutlayerget(3glut) - mojave
glutcreatewindow(3glut) - redhat
glutcreatesubwindow(3glut) - osx
glutcreatewindow(3glut) - osx
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
My first PERL incarnation... Audio Oscillograph
Controlling user input
How can I direct messages from mac console.app to a log file?