glutRemoveMenuItem

remove the specified menu item.

Signature

glutRemoveMenuItem( int( entry ) )-> void
glutRemoveMenuItem( item )
glutRemoveMenuItem( c_int(item) ) -> None

Parameters

VariablesDescription
entry
Index into the menu items of the current menu (1 is the topmost menu item).

See Also

glutAddMenuEntry glutAddSubMenu glutChangeToMenuEntry glutChangeToSubMenu