Re: How does a new app learn about its menu?

2009-04-17 Thread Quincey Morris
On Apr 17, 2009, at 12:23, Darren Minifie wrote: I have what I think is a pretty straight forward question about an app's main menu. When creating a new Cocoa app in xCode, the final build seems to just know about how to load its menu. there doesn't seem to be any mention of the NSMenu ob

How does a new app learn about its menu?

2009-04-17 Thread Darren Minifie
Hi everyone. I have what I think is a pretty straight forward question about an app's main menu. When creating a new Cocoa app in xCode, the final build seems to just know about how to load its menu. there doesn't seem to be any mention of the NSMenu object in the info.plist, the sourcecode, or