Re: Is there a way to get rid of the line at the bottom of a NSToolbar?
Re: Is there a way to get rid of the line at the bottom of a NSToolbar?
- Subject: Re: Is there a way to get rid of the line at the bottom of a NSToolbar?
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 27 Sep 2004 00:34:33 +0200
On dimanche, septembre 26, 2004, at 08:06 PM, Christoph Priebe wrote:
Hi,
I'm using a "metal" window and I'm looking for a way to get rid of the
thin gray line
at the bottom of a NSToolbar. Is there a way?
Hum, I would have thought this was possible by creating a subclass of
NSToolBarView (hidden API of course) and making this class pose as the
mother class.
Then with some clippings, you could remove the bottom line.
And this works.
BUT as soon as you make the Customization panel appear, it crashes.
Too bad.
To do something that works, I think it would require knowing how
NSWindowAuxiliary is structured.
I tried posing as NSWindow and overriding - (id) _toolbarView but this
is not a solution.
My $0.02.
--
Stephane
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden