mojave man page for glutsetmenu

Query: glutsetmenu

OS: mojave

Section: 3glut

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

glutSetMenu(3GLUT)						       GLUT							glutSetMenu(3GLUT)

NAME
glutSetMenu - sets the current menu; glutGetMenu - returns the identifier of the current menu.
SYNTAX
#include <GLUT/glut.h> void glutSetMenu(int menu); int glutGetMenu(void);
ARGUMENTS
menu The identifier of the menu to make the current menu.
DESCRIPTION
glutSetMenu sets the current menu; glutGetMenu returns the identifier of the current menu. If no menus exist or the previous current menu was destroyed, glutGetMenu returns zero.
SEE ALSO
glutCreateMenu, glutSetWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutSetMenu(3GLUT)
Related Man Pages
glutcreatemenu(3glut) - mojave
glutcreatewindow(3glut) - mojave
glutidlefunc(3glut) - mojave
glutmenustatusfunc(3glut) - mojave
glutmenustatusfunc(3glut) - redhat
Similar Topics in the Unix Linux Community
Split large xml into mutiple files and with header and footer in file
12-Core MacPro (2013) kernel_task over 1200%
UNIX tool on MacOS that can increase resolution of a file
My first PERL incarnation... Audio Oscillograph
Python 3.8.0rc1 released.