Re: NSPanel nib with NSWindowController
Re: NSPanel nib with NSWindowController
- Subject: Re: NSPanel nib with NSWindowController
- From: publiclook <email@hidden>
- Date: Thu, 14 Aug 2003 13:48:33 -0400
I am not sure I understand your question, but all NSPanels ARE
NSWindows. That is the nature of subclass to superclass relationships.
You should be able to use a panel in any situation where you could use
a window, but the opposite is not necessarily true.
On Thursday, August 14, 2003, at 01:09 PM, Chuck Soper wrote:
Can I have a nib that contains a panel (with no window) whose File's
Owner is a NSWindowController subclass?
Whenever I add a new application-based window (that has a fair amount
of GUI) to my application, I put it in its own nib file and make the
File's Owner a custom subclass of NSWindowController. This works
great. Now I want to do the same thing, but with an NSPanel.
[Deleted]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.