Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
- Subject: Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
- From: Corbin Dunn <email@hidden>
- Date: Mon, 03 Mar 2008 09:09:14 -0800
On Mar 2, 2008, at 4:58 PM, Rosyna wrote:
Have you tried overriding
- (BOOL)canFocusCell:(NSCell *)cell atTableColumn:(NSTableColumn
*)tableColumn row:(NSInteger)row;
to return NO in an outline view subclass?
Please don't override this method. It is a private, internal AppKit
method, which may be removed at any time. You risk having your app
break on future versions of the OS.
If you find you need a method like this public, please log a bug! That
will help get methods like these made public.
-corbin
_______________________________________________
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