ftp.nice.ch/pub/next/connectivity/news/Alexandra.0.82.s.tar.gz#/alex8/MiscFindPanel.bproj/Composer.h

This is Composer.h in view mode; [Download] [Up]

#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

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.