ftp.nice.ch/pub/next/graphics/movie/globe.1.0.s.tar.gz#/globe/myView.h

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

#import <appkit/View.h>
#import <appkit/Bitmap.h>
#import <appkit/Cursor.h>
#import <appkit/SliderCell.h>
#import <dpsclient/dpsclient.h>

@interface myView:View
{
	id myBitmap[61];
	int direction, frame_count, running;
	DPSTimedEntry mouseTE;
	double speed;
}

- speed:sender;
- initialize;
- load:sender;
- left:sender;
- right:sender;
- stop:sender;
- rotate;
@end

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