1UNTITLED LOCAL UNTITLED
2
NAME
4glutDestroyMenu — Destroy a menu.
5
LIBRARY
7OpenGLUT - menus
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutDestroyMenu(int menuID);
14
PARAMETERS
16menuID The menu to destroy.
17
DESCRIPTION
19Destroys a given menu object by its ID.
20
SEE ALSO
22glutCreateMenu(3)
2324
25
26
27
Epoch