Browse CVS Repository
Contents of /undmail/guiproto/MainController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Mon Nov 11 15:40:37 2002 UTC
(21 years, 5 months ago)
by footashida
Branch: ventor
CVS Tags: start
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
| 1 |
#import <Cocoa/Cocoa.h> |
| 2 |
@interface MainController : NSObject { |
| 3 |
IBOutlet NSWindow *window; |
| 4 |
IBOutlet NSWindow *composeWindow; |
| 5 |
IBOutlet NSWindow *searchWindow; |
| 6 |
IBOutlet NSTableView *mailList; |
| 7 |
IBOutlet NSOutlineView *folderTree; |
| 8 |
IBOutlet NSTextView *mailContents; |
| 9 |
} |
| 10 |
-(IBAction)createNewMessage:(id)sender; |
| 11 |
-(IBAction)findMessage:(id)sender; |
| 12 |
@end |
|