glutRemoveMenuItem – Remove a given menu item.
Library
OpenGLUT – menus
Synopsis
In openglut.h Ft void Fn glutRemoveMenuItem int item
Parameters
Bf Em
item Ef
Integer position down the list
Description
Walks the list of the menu items and deletes the numbered Bf Sy
item Ef
in the list.
See Also
glutAddMenuEntry(3) glutAddSubMenu(3) glutChangeToMenuEntry(3) glutChangeToSubMenu(3)