Query: glutdestroywindow
OS: osx
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutDestroyWindow(3GLUT) GLUT glutDestroyWindow(3GLUT)NAMEglutDestroyWindow - destroys the specified window.SYNTAX#include <GLUT/glut.h> void glutDestroyWindow(int win);ARGUMENTSwin Identifier of GLUT window to destroy.DESCRIPTIONglutDestroyWindow 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 ALSOglutCreateWindow, glutCreateSubWindow, glutDestroyMenuAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutDestroyWindow(3GLUT)
Related Man Pages |
---|
glutoverlaydisplayfunc(3glut) - mojave |
glutcreatesubwindow(3glut) - redhat |
glutcreatewindow(3glut) - redhat |
glutcopycolormap(3glut) - suse |
glutcreatesubwindow(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
AIX Links |
Installing Dash Shell on OS X Lion |
To print diamond asterisk pattern based on inputs |
My first PERL incarnation... Audio Oscillograph |
Syntax error in subtraction in Bash |