GLUTREMOVEMENUITEM
Section: C Library Functions (3)
Updated: LOCAL
Page Index
BSD mandoc
NAME
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)