home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface Composer:Object
- {
- id newsgroupCell;
- id subjectCell;
- id theText;
- id theArticleViewControl;
- id window;
- id followupButton;
- id nntpServer;
- id headerForm;
- id myOwner;
-
- char *newsgroups;
- char *subject;
- char *references;
- NXStream *theQuotingStream;
- BOOL insert_refs;
-
- id expireButton;
- id dateView;
- }
- - getDefaults;
- - free;
- - followup:sender;
- - includeArticle:sender;
- - post:sender;
- - preparePostTo:(List *)newsgroupList selArticle:(id)anArticle;
- - window;
- - setNntpServer:(id)nntp;
- - setArticleViewControl:(id)control;
- - printText:sender;
- - windowWillClose:sender;
- - (BOOL)asciiBody;
- - windowWillMiniaturize:sender toMiniwindow:miniwindow;
-
- - theText;
- @end
-