custom view in NSTableView
custom view in NSTableView
- Subject: custom view in NSTableView
- From: email@hidden
- Date: Sat, 11 Aug 2001 10:36:58 -0400
I want to add a switch button to one of the columns in the NSTableView,
I mean each row of the table will have a switch button ([NSButton
setButtonType: NSSwitchButton]) for that particular column. How should I
change my data source to send a NSSwitchButton for that particular
column. I know how to go about doing a regular table view with text
data. Thank You.
Sarat Kongara