Signature
glutDestroyMenu(
menu
)
Destroy (cleanup) the given menu Deregister's the interal pointer to the menu callback returns None
Parameters
Variables | Description |
---|---|
menu |
The identifier of the menu to destroy.
|