Next:
3.3 Our First Application
Up:
3 Menus
Previous:
3.1.1 Action and Target
3.2 Setting the Application Menu
Once you have created an
NSMenu
called, say,
myMenu
, to set it as the application menu you just invoke:
[NSApp setMainMenu: myMenu];
2008-01-16