Browse CVS Repository
Annotation of /undmail/guiproto/MainController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.7 -
( hide annotations)
( download)
( as text)
Fri Nov 22 16:00:40 2002 UTC
(21 years, 4 months ago)
by footashida
Branch: MAIN
Changes since 1.6: +1 -0 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
footashida |
1.1 |
#import <Cocoa/Cocoa.h> |
| 2 |
|
|
@interface MainController : NSObject { |
| 3 |
|
|
IBOutlet NSWindow *window; |
| 4 |
|
|
IBOutlet NSWindow *composeWindow; |
| 5 |
|
|
IBOutlet NSWindow *searchWindow; |
| 6 |
footashida |
1.2 |
IBOutlet NSWindow *preferenceWindow; |
| 7 |
footashida |
1.1 |
IBOutlet NSTableView *mailList; |
| 8 |
|
|
IBOutlet NSOutlineView *folderTree; |
| 9 |
|
|
IBOutlet NSTextView *mailContents; |
| 10 |
footashida |
1.3 |
IBOutlet NSView *accountPref; |
| 11 |
|
|
IBOutlet NSView *generalPref; |
| 12 |
footashida |
1.6 |
IBOutlet NSView *viewPref; |
| 13 |
footashida |
1.7 |
IBOutlet NSView *templatePref; |
| 14 |
footashida |
1.5 |
IBOutlet NSTableView *popServerTable; |
| 15 |
|
|
IBOutlet NSTableView *smtpServerTable; |
| 16 |
|
|
IBOutlet NSTableView *mailCheckTable; |
| 17 |
footashida |
1.1 |
} |
| 18 |
|
|
-(IBAction)createNewMessage:(id)sender; |
| 19 |
|
|
-(IBAction)findMessage:(id)sender; |
| 20 |
footashida |
1.2 |
-(IBAction)showPreference:(id)sender; |
| 21 |
footashida |
1.3 |
-(IBAction)selectPreferenceTab:(id)sender; |
| 22 |
footashida |
1.4 |
-(IBAction)changePreferenceView:(NSView *)newView; |
| 23 |
footashida |
1.1 |
@end |
|