How to assign NSCell type for NSTableColumn's data cell via IB?
How to assign NSCell type for NSTableColumn's data cell via IB?
- Subject: How to assign NSCell type for NSTableColumn's data cell via IB?
- From: Tim Coffman <email@hidden>
- Date: Fri, 21 Feb 2003 15:54:54 -0600
I would like to use a combobox to edit values in a column of my NSTableView.
The documentation suggests that I can use
[myTableColumn setDataCell: myComboBoxCell ] ;
However, it seems like I should be able to accomplish this via Interface Builder. Is it possible?
_______________________________________________
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.