Current -in-drawing NSCell (NSOutlineView)
Current -in-drawing NSCell (NSOutlineView)
- Subject: Current -in-drawing NSCell (NSOutlineView)
- From: malcom <email@hidden>
- Date: Tue, 25 Oct 2005 19:49:13 +0200
hi, I'm working with custom NSCell class in an NSOutlineView. I would
to call a custom method of my NSCell class at each cell drawing
events. I have found this method
- (id)outlineView:(NSOutlineView *)outlineView
objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item
but it does not contains the current in-drawing cell so I can't call
the method for this particular istance of NSCell.
What's the right method?
Thanx
_______________________________________________
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