Browse CVS Repository
Annotation of /undmail/guiproto/ComposeController.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( hide annotations)
( download)
( as text)
Sat Feb 15 05:21:40 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
Changes since 1.1: +11 -0 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
footashida |
1.1 |
#import <AppKit/AppKit.h> |
| 2 |
|
|
@class AddressBookController; |
| 3 |
|
|
|
| 4 |
|
|
@interface ComposeController : NSWindowController { |
| 5 |
|
|
AddressBookController *addressBookController; |
| 6 |
footashida |
1.2 |
IBOutlet id _sheetDialog; |
| 7 |
|
|
IBOutlet id toPopupButton; |
| 8 |
|
|
IBOutlet id ccPopupButton; |
| 9 |
|
|
IBOutlet id bccPopupButton; |
| 10 |
|
|
IBOutlet id toTextField; |
| 11 |
|
|
IBOutlet id ccTextField; |
| 12 |
|
|
IBOutlet id bccTextField; |
| 13 |
footashida |
1.1 |
} |
| 14 |
footashida |
1.2 |
- (IBAction)showSheet:(id)sender; |
| 15 |
|
|
- (IBAction)sheetOk:(id)sender; |
| 16 |
|
|
- (IBAction)sheetCancel:(id)sender; |
| 17 |
|
|
- (IBAction)setAddressMenu:(id)sender; |
| 18 |
footashida |
1.1 |
-(void)createNewMessageWithHeader:(NSDictionary *)headers contents:(NSString *)contents; |
| 19 |
|
|
-(void)setAddressBookController:(AddressBookController *)controller; |
| 20 |
|
|
@end |
|