![]() |
![]()
| ![]() |
![]()
NAMEglutAddMenuEntry - adds a menu entry to the bottom of the current menu. SYNTAXvoid glutAddMenuEntry(char *name, int value); ARGUMENTSDESCRIPTIONglutAddMenuEntry 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 ALSOglutAddSubMenu, glutCreateMenu, glutChangeToMenuEntry, glutRemoveMenuItem AUTHORMark J. Kilgard (mjk@nvidia.com)
|