osx man page for glutaddmenuentry

Query: glutaddmenuentry

OS: osx

Section: 3glut

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

glutAddMenuEntry(3GLUT) 					       GLUT						   glutAddMenuEntry(3GLUT)

NAME
glutAddMenuEntry - adds a menu entry to the bottom of the current menu.
SYNTAX
#include <GLUT/glut.h> void glutAddMenuEntry(char *name, int value);
ARGUMENTS
name ASCII character string to display in the menu entry. value Value to return to the menu's callback function if the menu entry is selected.
DESCRIPTION
glutAddMenuEntry adds a menu entry to the bottom of the current menu. The string name will be displayed for the newly added menu entry. If the menu entry is selected by the user, the menu's callback will be called passing value as the callback's parameter.
SEE ALSO
glutAddSubMenu, glutCreateMenu, glutChangeToMenuEntry, glutRemoveMenuItem
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutAddMenuEntry(3GLUT)
Related Man Pages
glutidlefunc(3glut) - mojave
glutmousefunc(3glut) - mojave
glutidlefunc(3glut) - redhat
glutcreatemenu(3glut) - suse
glutidlefunc(3glut) - suse
Similar Topics in the Unix Linux Community
Error: GL/glut.h: No such file or directory
How to Decode an image using openGL