Re: Initializing the menubar without Interface Builder
Re: Initializing the menubar without Interface Builder
- Subject: Re: Initializing the menubar without Interface Builder
- From: Robert Nikander <email@hidden>
- Date: Sat, 3 Nov 2007 14:54:19 -0400
On Nov 3, 2007, at 2:29 PM, mmalc crawford wrote:
On Nov 3, 2007, at 10:12 AM, Robert Nikander wrote:
I could answer this myself if I could see the source code for
NSApplicationMain, but that's not available, correct?
void NSApplicationMain(int argc, char *argv[]) {
[NSApplication sharedApplication];
[NSBundle loadNibNamed:@"myMain" owner:NSApp];
[NSApp run];
}
I'm trying to set up the menus programmatically, without loading
nibs, so I would need to the see source for other functions called by
NSApplicationMain as well.
Rob
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden