Re: NSSplitView
Re: NSSplitView
- Subject: Re: NSSplitView
- From: Yojimbo <email@hidden>
- Date: Tue, 25 Feb 2003 20:15:20 -0800
From the API documentation:
- (void)drawDividerInRect:(NSRect)aRect
Draws the divider between two of the receiver's subviews. aRect
describes the entire divider rectangle in the receiver's coordinates,
which are flipped. If you override this method and use a custom icon to
identify the divider, you may need to change the size of the divider.
I don't have an example handy, but overriding that method in a subclass
of NSSplitView should do the trick.
Cheers,
Jim
On Tuesday, Feb 25, 2003, at 19:48 US/Pacific, email@hidden wrote:
>
I'd like to replace the standard pane splitter graphic '='. Does
>
anyone have suggestions on how to do that?
_______________________________________________
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.