redhat man page for glutremovemenuitem

Query: glutremovemenuitem

OS: redhat

Section: 3glut

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

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, glutAddSubMenu, glutChangeToMenuEntry, glutChangeToSubMenu
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutRemoveMenuItem(3GLUT)
Related Man Pages
glutcreatemenu(3glut) - mojave
glutmenustatusfunc(3glut) - redhat
item_value(3x) - redhat
glutmenustatusfunc(3glut) - suse
menu_item_current(3) - netbsd
Similar Topics in the Unix Linux Community
How to capture ^x,^y via bash script?
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Retrieving previous command in a script
Shopt -s histappend
[TIP] Processing YAML files with yq