ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/TextEdit/Info.bproj/InfoView.h

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

/* Author Cristian Cserveny, 1994.
   Converted to the OpenStep version by Ovidiu Predescu, 1997.
*/

#import <AppKit/NSView.h>

@class NSMutableArray;

@interface InfoView : NSView
{
  NSMutableArray* images;
  NSImage* resultImage;
  int currentImageIndex;
  int tickNo;
  float xTile, yTile;
  NSPoint point;
  int imagesToDisplay;
}

- (void)showImageNumber:(int)index;
- (void)showAllImages;

- (void)addImageNamed:(NSString*)name;
- (void)addImage:(NSImage*)image;

- (void)drawRect:(NSRect)rect;
- (void)animateOneImage:(NSTimer*)timer;
- (void)animateAllImages:(NSTimer*)timer;

@end

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