Develop and Download Open Source Software

Browse CVS Repository

Contents of /undmail/guiproto/ComposeController.h

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


Revision 1.3 - (show annotations) (download) (as text)
Sun Feb 16 09:05:53 2003 UTC (21 years, 1 month ago) by footashida
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-chdr
*** empty log message ***

1 #import <AppKit/AppKit.h>
2 @class AddressBookController;
3 @class MailTextFormatManager;
4 @interface ComposeController : NSWindowController {
5 AddressBookController *addressBookController;
6 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 IBOutlet NSTextView *contents;
14 }
15 - (IBAction)showSheet:(id)sender;
16 - (IBAction)sheetOk:(id)sender;
17 - (IBAction)sheetCancel:(id)sender;
18 -(void)createNewMessageWithHeader:(NSDictionary *)headers contents:(NSString *)contents;
19 -(void)setAddressBookController:(AddressBookController *)controller;
20 @end

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