Query: glutdestroywindow
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutDestroyWindow -- Destroy a window and associated subwindowsLIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutDestroyWindow(int windowID);PARAMETERSwindowID Window identifierDESCRIPTIONAfter 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 ALSOglutCreateWindow(3) Epoch
Related Man Pages |
---|
glutinitdisplaymode(3) - centos |
glutmousefunc(3) - centos |
glutsetcursor(3) - centos |
glutsetwindow(3) - centos |
glutspecialfunc(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
Controlling user input |
Please Welcome Dave Munro to the Moderator Team! |