glutremovemenuitem(3) - Linux man page

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)

BSD Epoch BSD