ftp.nice.ch/pub/next/science/mathematics/Mandel.6.4.N.bs.tar.gz#/Mandel/Mandel.h

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

/*
 * Mandel.h, Jan. 1992
 * by R. Pajarola
 * E-mail: rpajarol@iiic.ethz.ch
 */

#import "MandelView.h"
#import <objc/Object.h>
#import <appkit/Window.h>

@interface Mandel:Object
{
    id infoPanel;
	id helpPanel;
	id savePanel;
	MandelView *myView;
}

- windowWillResize:window toSize:(NXSize *)size;
- displayInfoPanel:sender;
- displayHelpPanel:sender;
- saveRequest:sender;
- saveViewInPath:(const char *)name;

@end

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