I'm implementing an NSOutlineViewDataSource object which will be the data source of an NSOutlineView.
The NSOutlineView displays its data in NSButtonCell s.

The value displayed in an NSButtonCell is both an integer, and a string.
The delegate method which I am implementing outlineView:objectValueForTableColumn:byItem, however, allows me to return only one value to the NSOutlineView.

Is it possible for my implementation of outlineView:objectValueForTableColumn:byItem to set both the string value and the integer value of the NSButtonCell?


Also, how do I determine the index of the column which is the second argument of outlineView:objectValueForTableColumn:byItem.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to