glutdestroymenu(3glut) mojave man page | unix.com

Man Page: glutdestroymenu

Operating Environment: mojave

Section: 3glut

glutDestroyMenu(3GLUT)						       GLUT						    glutDestroyMenu(3GLUT)

NAME
glutDestroyMenu - destroys the specified menu.
SYNTAX
#include <GLUT/glut.h> void glutDestroyMenu(int menu);
ARGUMENTS
menu The identifier of the menu to destroy.
DESCRIPTION
glutDestroyMenu destroys the specified menu by menu. If menu was the current menu, the current menu becomes invalid and glutGetMenu will return zero.
SEE ALSO
glutCreateMenu, glutDestroyWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutDestroyMenu(3GLUT)
Related Man Pages
glutcreatemenu(3glut) - mojave
glutidlefunc(3glut) - mojave
glutcreatemenu(3glut) - redhat
glutidlefunc(3glut) - redhat
glutcreatewindow(3glut) - osx
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Cannot extract libraries using sed
My first PERL incarnation... Audio Oscillograph
[BASH] eval command not expanding variables as expected.