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.