table of contents
other versions
- Tumbleweed 3.2.2-2.1
- Leap-16.0
- Leap-15.6
| GLUTDESTROYMENU(3) | Library Functions Manual (local) | GLUTDESTROYMENU(3) |
NAME¶
glutDestroyMenu —
Destroy a menu.
LIBRARY¶
OpenGLUT - menus
SYNOPSIS¶
#include
<openglut.h>
void
glutDestroyMenu(int
menuID);
PARAMETERS¶
menuID
The menu to destroy.
DESCRIPTION¶
Destroys a given menu object by its ID.