ftp.nice.ch/pub/next/tools/screen/WordsView.NIHS.bs.tar.gz#/WordsView.BackModule/WordsView.h

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

#import <appkit/appkit.h>
#import "Thinker.h"

// this code is copyright Darcy Brockbank, 1993
//
// You may freely reuse and distribute this code in any way shape or
// form, provided that this notice stays intact.
//
// darcy@hasc.ca, samurai@cs.mcgill.ca
//
// If you do improve this thing, send me a copy!
//
// - darcy


@interface WordsView:View
{
	const char *words;
	int len;
	int maxlen;
	unsigned threshold;
	int clearAfter;
	NXColor currentColor;
	char currentWord[1024];
	const char * const * fontNames;
	int numFonts;
	int iteration;
	id font;
	int gray;
	id buffer;
	float blue;
	float red;
	float green;
	int bits;
	float	xpos;
	float	ypos;
	NXPoint maxCoord;
	NXSize oldSize;
	int currentFrame;
	id sharedInspectorPanel;
	id speedSlider;
	id clearSlider;
	Matrix * grayMatrix;
}

- setGray:sender;
- setThreshold:sender;
- setClearAfter:sender;
- oneStep;
- sizeTo:(NXCoord)width :(NXCoord)height;
- newViewSize;
- (const char *)windowTitle;

@end

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