On Dec 4, 2008, at 10:03 PM, Debajit Adhikary wrote:

I'm new to Cocoa and am trying to understand File Owner's and Nibs.
When I create a simple Cocoa application and build and run it, a window -- specified in MainMenu.xib -- opens. How exactly does this window open? Is
there any code for this anywhere? I wasn't able to find any.

In NSApplicationMain(), which is called from your main(), there's code that loads the "Main Nib File" as specified in your target's properties, and makes the shared NSApplication instance that nib's owner.

Why do you ask? Normally, it's not something you'd really need to worry about.

sherm--

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to