1UNTITLED LOCAL UNTITLED
2
NAME
4glutRemoveMenuItem — Remove a given menu item.
5
LIBRARY
7OpenGLUT - menus
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutRemoveMenuItem(int item);
14
PARAMETERS
16item Integer position down the list
17
DESCRIPTION
19Walks the list of the menu items and deletes the numbered item in the
20list.
21
SEE ALSO
23glutAddMenuEntry(3) glutAddSubMenu(3) glutChangeToMenuEntry(3)
24glutChangeToSubMenu(3)
2526
27
28
29
Epoch