Re: Dumb question about multi-column NSTableViews

2011-07-04 Thread Scott Ribe
On Jul 4, 2011, at 5:29 PM, William Squires wrote: > Do individual table columns have a 'Tag' value that can be set so I can find > out which column the tableview delegate/datasource is working with? (I want > to set the tag value to an NSString that's the key value in an NSDictionary, > then f

Dumb question about multi-column NSTableViews

2011-07-04 Thread William Squires
Do individual table columns have a 'Tag' value that can be set so I can find out which column the tableview delegate/datasource is working with? (I want to set the tag value to an NSString that's the key value in an NSDictionary, then fetch the value for that key-value pair to set the contents o