Scroll to navigation

GLUTREMOVEMENUITEM(3) Library Functions Manual (local) GLUTREMOVEMENUITEM(3)

NAME

glutRemoveMenuItemRemove 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)