glutDestroyMenu - Man Page
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.
See Also
Referenced By
glutCreateMenu(3), glutDetachMenu(3), glutMenuDestroyFunc(3).