Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/guiproto/AddressBookController.h

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Jan 26 16:30:09 2003 UTC (21 years, 2 months ago) by footashida
Branch: MAIN
File MIME type: text/x-chdr
*** empty log message ***

1 #import <AppKit/AppKit.h>
2 @class ABGroup;
3
4
5 @interface AddressBookController : NSWindowController{
6 IBOutlet id nameTable;
7 NSMutableArray *group;
8 ABGroup *currentGroup;
9 }
10 - (NSMutableArray *)listGroup;
11 - (void) updateGroup;
12 - (void) updateUI;
13
14 - (void) setGroup:(NSMutableArray *)aGroup;
15 - (NSMutableArray *)group;
16 - (void) setCurrentGroup:(ABGroup *)cGroup;
17 - (ABGroup *)currentGroup;
18 @end

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