glutRemoveMenuItem - Man Page

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)

Referenced By

glutAddMenuEntry(3), glutChangeToMenuEntry(3), glutChangeToSubMenu(3).