glutDestroyWindow

destroys the specified window.

Signature

glutDestroyWindow( int( win ) )-> void
glutDestroyWindow( window )
Want to destroy the window, we need to do some cleanup...

Parameters

VariablesDescription
win
Identifier of GLUT window to destroy.

See Also

glutCreateWindow glutCreateSubWindow glutDestroyMenu

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutDestroyWindow
OpenGLContext OpenGLContext/glutcontext.py Lines: 140
{LGPL} PyMT pymt/ui/window/win_glut.py Lines: 17, 57