Re: NSTableView highlight color too dark!
Re: NSTableView highlight color too dark!
- Subject: Re: NSTableView highlight color too dark!
- From: Keith Renz <email@hidden>
- Date: Fri, 23 May 2003 11:35:42 -0400
I'm overriding that method to draw my table striping, but I want to
allow NSTableView to handle selection highlighting, which it is, but
it's simply too dark.
Keith
-----
On Friday, May 23, 2003, at 07:11 AM, tony cate wrote:
Ok. How about this:
- (void)highlightSelectionInClipRect:(NSRect)clipRect
Highlights the region of the receiver in clipRect. This method is
invoked before drawRow:clipRect:.
Subclasses can override this method to change the manner in which they
highlight selections.
See Also: - drawGridInClipRect:
_______________________________________________
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.