glutDestroyMenu (3) - Linux Manuals

glutDestroyMenu: Destroy a menu.

NAME

glutDestroyMenu - Destroy a menu.

LIBRARY

OpenGLUT - menus

SYNOPSIS

In openglut.h Ft void Fn glutDestroyMenu int menuID

PARAMETERS

Bf Em
 menuID Ef
    The menu to destroy.

DESCRIPTION

Destroys a given menu object by its ID.

SEE ALSO

glutCreateMenu(3)