Re: column of buttons in NSTableView
Re: column of buttons in NSTableView
- Subject: Re: column of buttons in NSTableView
- From: "I. Savant" <email@hidden>
- Date: Mon, 30 Oct 2006 18:31:00 -0500
On Oct 30, 2006, at 4:02 PM, Boyd Collier wrote:
simply by creating as many instances of NSButtonCell as I need,
setting their type to NSSwitchButton, putting them in an instance
of NSArray that becomes part of my data source, etc.
... or ... ;-)
In the Cocoa Data Views palette in Interface Builder, you can drag
the cell type of your choice to the column of your choice and provide
its object value in the data source methods ... or bind it ... or in
code you can set the column's data cell manually ...
Many ways to assign a data cell to a cat, as it were.
--
I.S.
_______________________________________________
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