table of contents
other versions
- Tumbleweed 3.2.2-2.1
- Leap-16.0
- Leap-15.6
| GLUTREMOVEMENUITEM(3) | Library Functions Manual (local) | GLUTREMOVEMENUITEM(3) |
NAME¶
glutRemoveMenuItem —
Remove a given menu item.
LIBRARY¶
OpenGLUT - menus
SYNOPSIS¶
#include
<openglut.h>
void
glutRemoveMenuItem(int
item);
PARAMETERS¶
item
Integer position down the list
DESCRIPTION¶
Walks the list of the menu items and deletes the numbered
item
in the list.
SEE ALSO¶
glutAddMenuEntry(3) glutAddSubMenu(3) glutChangeToMenuEntry(3) glutChangeToSubMenu(3)