Name

glutDestroyMenu - destroys the specified menu.

Python Specification

glutDestroyMenu
	glutDestroyMenu(menu) -> None

C Specification

void glutDestroyMenu(int menu);

Parameters

menu      The identifier of the menu to destroy.

Description

glutDestroyMenu  destroys  the  specified menu by menu. If
menu was  the  current  menu,  the  current  menu  becomes
invalid and glutGetMenu will return zero.

See Also

glutCreateMenu, glutDestroyWindow

Author

Mark J. Kilgard (mjk@nvidia.com)

:: Documentation :: References :: GLUT ::
:: Index (n/a) ::