centos man page for glutdestroywindow

Query: glutdestroywindow

OS: centos

Section: 3

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

UNTITLED
LOCAL UNTITLED
NAME
glutDestroyWindow -- Destroy a window and associated subwindows
LIBRARY
OpenGLUT - window
SYNOPSIS
#include <openglut.h> void glutDestroyWindow(int windowID);
PARAMETERS
windowID Window identifier
DESCRIPTION
After this function is invoked, the only further event that may be delivered for your window is the one for its destruction. All other events should be discarded. Once a window has been destroyed, further attempts to use the window named by windowID are undefined. OpenGLUT generally tries to be sen- sible, and should not recycle the dead windowID, but you should treat a destroyed window much like a pointer to deallocated memory and try not to use it.
SEE ALSO
glutCreateWindow(3) Epoch
Related Man Pages
glutcreatewindow(3glut) - redhat
glutcreatesubwindow(3) - centos
glutinitdisplaymode(3) - centos
glutsetwindow(3) - centos
glutswapbuffers(3) - centos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
DB2 convert digits to binary format
Docker learning Phase-I
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!