NSOutlineView Highlighting
NSOutlineView Highlighting
- Subject: NSOutlineView Highlighting
- From: Michael Marmarou <email@hidden>
- Date: Wed, 26 Oct 2005 09:45:45 -0700
Hello,
I am trying to subclass the drawing part of NSOutlineView's selection.
The method is from the superclass, NSTableView
- (void)highlightSelectionInClipRect:(NSRect)rect
and this works perfect for TableView, but with the OutlineView it uses
my version of this method to draw the highlight, but the standard
drawing for highlight is used for the TableColumn where the data is in
the table. The result is my drawing on either side of the selection,
and the middle is the standard drawing.
At the very least, I would like to prevent the selection from turning
gray when it is not key.
Thank you for any help.
Michael
_______________________________________________
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