manpagez: man pages & more
man glutDestroyWindow(3)
Home | html | info | man
glutDestroyWindow(3GLUT)             GLUT             glutDestroyWindow(3GLUT)




NAME

       glutDestroyWindow - destroys the specified window.


SYNTAX

       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 estab-
       lished). Any subwindows of destroyed  windows  are  also  destroyed  by
       glutDestroyWindow.  If  win  was the current window, the current window
       becomes invalid ( glutGetWindow will return zero).


SEE ALSO

       glutCreateWindow(3), glutCreateSubWindow(3), glutDestroyMenu(3)


AUTHOR

       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                  3.7             glutDestroyWindow(3GLUT)

Mac OS X 10.6 - Generated Thu Sep 17 20:20:38 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.