Browse CVS Repository
Contents of /undmail/guiproto/CustomViewTableDataSource.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Mon Nov 25 04:09:17 2002 UTC
(21 years, 3 months ago)
by footashida
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
// |
| 2 |
// CustomViewTableDataSource.h |
| 3 |
// undproto |
| 4 |
// |
| 5 |
// |
| 6 |
|
| 7 |
#import <Cocoa/Cocoa.h> |
| 8 |
|
| 9 |
|
| 10 |
@interface CustomViewTableDataSource : NSObject { |
| 11 |
|
| 12 |
} |
| 13 |
- (int)numberOfRowsInTableView:(NSTableView *)aTableView; |
| 14 |
- (id)tableView:(NSTableView *)aTableView |
| 15 |
objectValueForTableColumn:(NSTableColumn *)aTableColumn |
| 16 |
row:(int)rowIndex; |
| 17 |
|
| 18 |
@end |
|