Hi everyone,

I am a little confused with the documentation for NSTableViews...  I assume 
this is the method that one uses to set the "headers" of the table?

- (void)tableView:(NSTableView *)tableView setObjectValue:(id)object 
forTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row;

That's what I am looking to do, but I don't get how I specify how many columns 
there are in the table?

I have everything else in my table setup properly, I am just trying to figure 
out how to set the header/column names.

Thanks!


Patrick J. Collins
http://collinatorstudios.com

_______________________________________________

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

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

Reply via email to