Connecting actions to menu
Connecting actions to menu
- Subject: Connecting actions to menu
- From: Ivan Myrvold <email@hidden>
- Date: Tue, 5 Jun 2001 16:15:10 +0400
I need to connect the actions I have created in my document-based Cocoa
program. The actions are in the MyWindowController class that I
subclassed in MyDocument.nib. But I can not connect them to the
MainMenu, because the menu is in another nib, MainMenu.nib. And this nib
file don't have a subclass of NSWindowController called
MyWindowController. So how can I do that?
Ivan