Re: disable row highlighting NSTableView
Re: disable row highlighting NSTableView
- Subject: Re: disable row highlighting NSTableView
- From: Jens Miltner <email@hidden>
- Date: Thu, 02 Apr 2009 15:52:07 +0200
Am 02.04.2009 um 15:10 schrieb Jo Phils:
Hello again,
I have looked into this a bit more and it seems I still do something
wrong? I make a new class file and set it to be a subclass of
NSTableView and insert the following method:
> If you're building for Leopard only, subclass NSTableView so that
this method is a no-op:
>
> - (void)highlightSelectionInClipRect:(NSRect)clipRect {
> }
But how exactly do I make this method a no-op? Please forgive my
ignorance... :-)
Well, that _is_ a no-op method - it does nothing...
</jum>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden