ftp.nice.ch/pub/next/developer/objc/appkit/OfMiceAndMen.2.0.s.tar.gz#/OMAMsources/MaView.h

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

/* Generated by Interface Builder */

#import <appkit/appkit.h>

#define	NBRMAX		10
#define	NBRITER		5000

@interface MaView:View
{
//	Outlets
	id couleurDebut;
	id couleurFin;
	id couleurFond;
	
// 	variables d©instance	
	int	action ;
	NXPoint	souris[NBRMAX][NBRITER+1];
	int nombre_de_souris, nombre_iterations;
	float pas_de_calcul;
	int couleur;
}

- (int) dessine:(int)nombre:(int)nbrIter:(int)coul:(float ) p: (float *)abscisses: (float *)ordonnees ;
- efface:sender;
//	redİfinition des mİthodes de view

- initFrame:(const NXRect *)frameRect;		// initialise AutoTrace
- drawSelf:(NXRect *)rects :(int)rectCount;	// contient les fonctions postScript de dessin

@end

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