This is IvoView.h in view mode; [Download] [Up]
//
// IvoViewPart.h
// Darcy Brockbank, samurai@uriel.cs.mcgill.ca
// Adapted from GloveView, written by :
// Ron Blanford, TRW Inc., October 1991.
//
#import "IVOSlidingImageView.h"
@interface IvoView:IVOSlidingImageView
{
id imageList;
int currentFrame;
int numberOfFrames;
BStimeval now;
BStimeval nextRotationTime;
int framesPerSecond;
id sharedInspectorPanel;
id appowner;
id slider;
id loadingPanel;
id field;
}
- setFramesPer:sender;
- oneStep;
- initFrame:(NXRect *)frameRect;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.