GLUTDESTROYMENU
Section: C Library Functions (3)
Updated: LOCAL
Page Index
BSD mandoc
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)