Manpages

Manpage of glutRemoveMenuItem

glutRemoveMenuItem

Section: GLUT (3GLUT)
Updated: 3.7
Index
Return to Main Contents
 

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)


 

Index

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 03:18:54 GMT, April 19, 2024