Browse CVS Repository
Contents of /undmail/guiproto/MainController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
( as text)
Sun Nov 17 03:58:21 2002 UTC
(21 years, 5 months ago)
by footashida
Branch: MAIN
Changes since 1.1: +2 -0 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
#import <Cocoa/Cocoa.h> |
| 2 |
@interface MainController : NSObject { |
| 3 |
IBOutlet NSWindow *window; |
| 4 |
IBOutlet NSWindow *composeWindow; |
| 5 |
IBOutlet NSWindow *searchWindow; |
| 6 |
IBOutlet NSWindow *preferenceWindow; |
| 7 |
IBOutlet NSTableView *mailList; |
| 8 |
IBOutlet NSOutlineView *folderTree; |
| 9 |
IBOutlet NSTextView *mailContents; |
| 10 |
} |
| 11 |
-(IBAction)createNewMessage:(id)sender; |
| 12 |
-(IBAction)findMessage:(id)sender; |
| 13 |
-(IBAction)showPreference:(id)sender; |
| 14 |
@end |
|