Re: Source list using bindings?
Re: Source list using bindings?
- Subject: Re: Source list using bindings?
- From: Rob Keniger <email@hidden>
- Date: Tue, 25 Mar 2008 16:20:18 +1000
On 25/03/2008, at 11:42 AM, Hamish Allan wrote:
Is there any way to use bindings for a source list? The object that
gets passed to the delegate method -outlineView:isGroupItem: is an
NSTreeControllerTreeNode which doesn't appear to have a public API...
Class-dump shows that NSTreeControllerTreeNode is a subclass of
NSTreeNode so you should be able to treat it as such and get the
relevant object for the item by calling -representedObject.
--
Rob Keniger
_______________________________________________
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