Content-type: text/html Manpage of glutDestroyMenu

glutDestroyMenu

Section: GLUT (3GLUT)
Updated: 3.7
Index Return to Main Contents
 

NAME

glutDestroyMenu - destroys the specified menu.  

SYNTAX


void glutDestroyMenu(int menu);
 

ARGUMENTS

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)


 

Index

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 13:00:47 GMT, March 25, 2001