Getting an NSOutlineView Item's parent
Getting an NSOutlineView Item's parent
- Subject: Getting an NSOutlineView Item's parent
- From: The Beerbowers <email@hidden>
- Date: Tue, 17 Oct 2006 19:07:27 -0400
I'm writing a program which contains an outline view. The data source
manages a bunch of dictionaries, arrays, and other objects nested
inside each other. My problem is that when the data source method
outlineView:objectValueForTableColumn:byItem: is called, I need to be
able to get a pointer to the item's parent so I can find its key in
the case that it is in a dictionary, or its index if its in an array.
Is there any simple way of doing this, or am I going to have to make
a big work around? Any help would be appreciated. Thanks.
Isaiah
_______________________________________________
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