Scroll to navigation

GLUTDESTROYMENU(3) Library Functions Manual (local) GLUTDESTROYMENU(3)

NAME

glutDestroyMenuDestroy 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

glutCreateMenu(3)