This is DataTableView.h in view mode; [Download] [Up]
// ------------------------------------------------------------------------------------- // TableView // This software is without warranty of any kind. Use at your own risk. // ------------------------------------------------------------------------------------- #import <dbkit/dbkit.h> // ------------------------------------------------------------------------------------- @interface TableView : DBTableView { int lastMouseUpRow; int lastMouseUpColumn; } // ------------------------------------------------------------------------------------- - (int)selectedCellRow; - (int)selectedCellColumn; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.