DrawMenuBar
DrawMenuBar Display the titles of all menus in the menu list
#include <Menus.h> Menu Manager
void DrawMenuBar( );
This draws the menu bar-the list of menu titles-at the top of the Window
Manager grafPort.
Returns: none

Notes: All changes to the menu list, including insertions, deletions, but especially
disabling (DisableItem) and enabling (EnableItem) a menu should be
followed by a call to DrawMenuBar to make the changes visible. See
NewMenu for an example of usage.
The menu list displayed by this function is global to the application and so
is not referred to in this call. To swap-in a completely different menu, use
GetMenuBar to make a copy of the current menu list and SetMenuBar to
install the new list.