glutsetmenu(3glut) osx man page | unix.com

Man Page: glutsetmenu

Operating Environment: osx

Section: 3glut

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
glutmousefunc(3glut) - mojave
glutcreatemenu(3glut) - redhat
glutmenustatusfunc(3glut) - redhat
glutcreatemenu(3glut) - suse
glutidlefunc(3glut) - suse
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
Hearing Aid for OSX 10.12.x and greater.
Shopt -s histappend
To print diamond asterisk pattern based on inputs
Python: Refer a properties file from different location