Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/guiproto/POPServerTableDataSource.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Nov 20 13:42:53 2002 UTC (21 years, 4 months ago) by footashida
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
Account Preference Panel

1 //
2 // POPServerTableDataSource.h
3 // undproto
4 //
5 //
6
7 #import <Cocoa/Cocoa.h>
8
9
10 @interface POPServerTableDataSource : NSObject {
11 }
12 - (int)numberOfRowsInTableView:(NSTableView *)aTableView;
13 - (id)tableView:(NSTableView *)aTableView
14 objectValueForTableColumn:(NSTableColumn *)aTableColumn
15 row:(int)rowIndex;
16
17
18 @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26