Skip navigation.
 
mlRe: Getting user's input from an NSOutlineView
FROM : Johnny Deadman
DATE : Wed Apr 20 14:35:21 2005

It's listed on the Outline view data source protocol page, where it 
should be!

On 20-Apr-05, at 8:08 AM, Jerry Krinock wrote:

> - (void)outlineView:(NSOutlineView *)outlineView setObjectValue:(id)
> object
> forTableColumn:(NSTableColumn *)tableColumn byItem:(id)item;
>
> I haven't tried it yet, but it looks good.  And it seems the reason 
> I could
> not find it is: that it is not listed in Apple's NSOutlineView 
> documentation
> page, where I believe it should be.  I'll look into this further 
> and post a
> complete resolution.

Related mailsAuthorDate
mlGetting user's input from an NSOutlineView Jerry Krinock Apr 20, 06:10
mlRe: Getting user's input from an NSOutlineView Jerry Krinock Apr 20, 14:08
mlRe: Getting user's input from an NSOutlineView Johnny Deadman Apr 20, 14:35
mlRe: Getting user's input from an NSOutlineView Matt Neuburg Apr 20, 16:38