root/trunk/Views/JVMixedTableColumn.h

Revision 3072, 294 bytes (checked in by timothy, 3 years ago)

Major file system restructuring of the code files.

Line 
1 @interface JVMixedTableColumn : NSTableColumn {
2         unsigned int delegateDataCellForRow:1;
3 }
4 - (id) dataCellForRow:(int) row;
5 @end
6
7 @interface NSObject (JVMixedTableColumnDelegate)
8 - (id) tableView:(NSTableView *) tableView dataCellForRow:(int) row tableColumn:(NSTableColumn *) tableColumn;
9 @end
Note: See TracBrowser for help on using the browser.