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 / Drawing the Menu Bar


DrawMenuBar

Use the DrawMenuBar procedure to draw the menu bar based on the current menu list.

PROCEDURE DrawMenuBar; 
DESCRIPTION
The DrawMenuBar procedure draws (or redraws) the menu bar according to the current menu list. You must call DrawMenuBar to update the menu bar after adding menus to or deleting menus from the current menu list using InsertMenu or DeleteMenu, after setting the current menu list using SetMenuBar, after changing the enabled state of a menu, or after any other routine that changes the current menu list.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996