glutDestroyMenu

destroys the specified menu.

Signature

glutDestroyMenu( int( menu ) )-> void
glutDestroyMenu( menu )
Destroy (cleanup) the given menu
        
        Deregister's the interal pointer to the menu callback 
        
        returns None
        

Parameters

VariablesDescription
menu
The identifier of the menu to destroy.

See Also

glutCreateMenu glutDestroyWindow