glutRemoveMenuItem

Langue: en

Version: 172291 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)


BSD mandoc

NAME

glutRemoveMenuItem - Remove a given menu item.

LIBRARY

OpenGLUT - menus

SYNOPSIS

In openglut.h Ft void Fn glutRemoveMenuItem int item

PARAMETERS

Bf Em
 item Ef
    Integer position down the list

DESCRIPTION

Walks the list of the menu items and deletes the numbered Bf Sy
 item Ef
 in the list.

SEE ALSO

glutAddMenuEntry(3) glutAddSubMenu(3) glutChangeToMenuEntry(3) glutChangeToSubMenu(3)