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

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

/* $Id$ */
#import <appkit/appkit.h>

@interface SpewView:View
{
  BOOL textOnScreen;
  id textView;
  id sharedInspectorPanel;
  unsigned SVthen;

  id sleepTimeField;		/* sleep-time field in inspector */
  id textTimeField;		/* text-time field in inspector */
  int defaultSleepTime;		/* sleep time in seconds */
  int defaultTextTime;		/* text time in seconds */
}

- initFrame:(const NXRect *)fr;
- spewAgain;
- drawSelf:(NXRect *)rects :(int)rectCount;
- oneStep;
@end

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