ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
glutRemoveMenuItem(3GLUT) GLUT glutRemoveMenuItem(3GLUT) NAME glutRemoveMenuItem - remove the specified menu item. SYNTAX void glutRemoveMenuItem(int entry); ARGUMENTS entry Index into the menu items of the current menu (1 is the topmost menu item). DESCRIPTION glutRemoveMenuItem remove the entry menu item regardless of whether it is a menu entry or sub-menu trigger. entry must be between 1 and glutGet(GLUT_MENU_NUM_ITEMS) inclusive. Menu items below the removed menu item are renumbered. SEE ALSO glutAddMenuEntry(3G), glutAddSubMenu(3G), glutChangeToMenuEntry(3G), glutChangeToSubMenu(3G) AUTHOR Mark J. Kilgard (mjk@nvidia.com) GLUT 3.7 glutRemoveMenuItem(3GLUT) |
|