ftp.nice.ch/pub/next/connectivity/mail/bundles/EnhanceMail.2.2p1.NIHS.bs.gnutar.gz#/EnhanceMail-2.2p1/Source/Info.subproj/Spewer.h

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

#import <appkit/appkit.h>

#define FREQUENCY 5	// 1 out of this many clock ticks will start
						// a new envelope flying

#define MAX_SPEWS 40	// max number of envelopes that can be on the
						// screen at any given time

@interface EnhanceSpewer:Object
{
	BOOL createOK;
	id animator;
	id windowList;
	id initiator;
	id _extraList;
	id idleWindows;
}

- init;
- start:sender;
- stop:sender;
- windowWillClose:sender;
- free;
- addWindow;
- move:sender;

@end

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