Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Macintosh Toolbox Essentials /
Chapter 3 - Menu Manager / Menu Manager Reference
Menu Manager Routines


Disposing of Menus

If you no longer need a menu in the menu list, you can delete the menu using DeleteMenu. You should then release the memory associated with that menu using
the DisposeMenu procedure if you created the menu using NewMenu; otherwise,
use the Resource Manager procedure ReleaseResource. See the chapter "Resource Manager" in Inside Macintosh: More Macintosh Toolbox for information on the ReleaseResource routine.


Subtopics
DisposeMenu

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996