Re: NSToolbar like IB's Palettes Toolbar
Re: NSToolbar like IB's Palettes Toolbar
- Subject: Re: NSToolbar like IB's Palettes Toolbar
- From: Scott Anguish <email@hidden>
- Date: Mon, 1 Mar 2004 02:59:59 -0500
On Mar 1, 2004, at 12:44 AM, Mijobee wrote:
I have been unable to find information about how Interface Builder's
palettes toolbar is implemented. I'm working on an app and would like
to go along with Apple's implementation. Is there a better way to get
the same mutual exclusion + look and feel as the toolbar in the
palette's window or do I just have to code up my own custom view and
use that for the toolbar items and manually orchestrate the exclusion?
Thanks.
What do you mean by the mutual exclusion? this appears to be a fairly
standard NSToolbar implementation.
If you mean being able to selectively have items to choose from, you
can alter the array that the NSToolbar delegate methods return for the
available items..
_______________________________________________
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.