This is LazyView.h in view mode; [Download] [Up]
#import <appkit/View.h> #import <dpsclient/psops.h> #import <appkit/Font.h> #import <objc/NXBundle.h> #import "BackView.h" #include <libc.h> #include <math.h> @interface LazyView:BackView { float mx, my, ms; // max. width, high and size float x, y, r, g, b, size; // curr. x, y pos and r g b color int ticks; // how we have to wait for the next move char *timestr; // actual time Font *actFont; // actual font id infoView; } - oneStep; - initFrame:(NXRect *)frameRect; - drawSelf:(const NXRect *)rects :(int)rectCount; - newSize; - (const char *)windowTitle; - didLockFocus; - inspector:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.