Re: The Toolbar Widget
Re: The Toolbar Widget
- Subject: Re: The Toolbar Widget
- From: Scott Anguish <email@hidden>
- Date: Fri, 26 Sep 2003 19:33:39 -0400
On Sep 26, 2003, at 6:39 PM, M. Uli Kusterer wrote:
At 15:04 Uhr -0700 26.09.2003, The Amazing Llama wrote:
Is there any way to get rid of the toolbar widget that appears in the
upper right of windows with toolbars?
Why? Either you have a toolbar, then the user wants to be able to
show/hide it, or you don't want a toolbar, then you shouldn't be using
the NSToolbar class.
really? look at the System Preferences
Or, better yet, just stopping it from changing the size settings of
the toolbar, and only letting it do hide/show? I know I can intercept
the clicks by subclassing NSWindow, but that's a bit much...
Why would you want to take away this added functionality from your
users? If they want an all-text or a smaller display, why don't you
let them?
perhaps the custom view he has in it is a requirement for working
whatever is in the content of the window.. small doesn't necessarily
work well for that.. nor does text necessarily (although you could
bring up a panel)
or maybe it's a preferences situation.
_______________________________________________
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.