glutAddMenuEntry(3GLUT) | GLUT | glutAddMenuEntry(3GLUT) |
glutAddMenuEntry - adds a menu entry to the bottom of the current menu.
#include <GLUT/glut.h>
void glutAddMenuEntry(char *name, int value);
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.
glutAddSubMenu, glutCreateMenu, glutChangeToMenuEntry, glutRemoveMenuItem
Mark J. Kilgard (mjk@nvidia.com)
3.7 | GLUT |