home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- // 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
-