Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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  glut-
     Get(GLUT_MENU_NUM_ITEMS)  inclusive. Menu items below the removed menu item
     are renumbered.

SEE ALSO
     glutAddMenuEntry, glutAddSubMenu,	glutChangeToMenuEntry,	glutChangeToSub-
     Menu

AUTHOR
     Mark J. Kilgard (mjk@nvidia.com)

GLUT				       3.7	       glutRemoveMenuItem(3GLUT)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glutRemoveMenuItem&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help