Re: Set up NSTableView programmatically?
Re: Set up NSTableView programmatically?
- Subject: Re: Set up NSTableView programmatically?
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 26 May 2002 23:18:25 -0700
On Sunday, May 26, 2002, at 10:47 PM, Martin Kautz wrote:
I need to get my hands on a snippet which shows how to build the amount
of
columns of a NSTAbleView programmatically... Any suggestions?
The first instance method in the NSTableView documentation:
- (void)addTableColumn:(NSTableColumn *)aColumn
Adds aColumn as the last column of the receiver.
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.