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

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

#import <appkit/appkit.h>

@class DecoderController;

@interface MainWindowControl:Object
{
    id	articleView;
    id	sideSplitView;
    id splitView;
    id offscreenWindow;

    id upperPartLeft;
    id upperPartRight;

    id theNGSet;
    id theArticleSet;
    id theArticleViewControl;

    id theNGSetMatrix;
    id theArSetMatrix;

    id nntpServer;
    id mainWindow;
    id postButton;
  
    id myOwner;

    id killFile;
	DecoderController * decoderController;
    id otherNGView;
}

- free;
- (BOOL)connectNNTP:(const char *)sendername slowLink:(BOOL)slow;
- disconnectAndClose:sender;

- nntpServer;
- killFile;
- articleText;
- newsgroupMatrix;
- articleMatrix;
- articleViewControll;
- newsgroupSet;
- articleSet;

- (BOOL)articleSelected;
- (BOOL)articlesSelected;
- (BOOL)newsgroupSelected;
- (BOOL)newsgroupsSelected;

- printText:sender;
- uudecode:sender;

- forward:(SEL)aSelector :(marg_list)argFrame;
- (BOOL)respondsTo:(SEL)aSelector;

- sideSplitViewDidResizeSubviews:sender;
- splitViewDidResizeSubviews:sender;

- (BOOL)killAuthorEnabled;
- (BOOL)sortCellEnabled:menueCell;

- windowWillClose:sender;

@end

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