This is ZoomScrollView.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface ZoomScrollView:ScrollView { id subView; id zoomButton; float scaleFactor; NXRect originalContentViewFrame; } - changeZoom:sender; - initFrame:(const NXRect *)theFrame; - awakeFromNib; - setScaleFactor:(float)aFactor; - tile; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.