ftp.nice.ch/pub/next/tools/tape/QicTapeInsert.1.1.N.bs.tar.gz#/QicTapeInsert-v1.1.N.bs/ZoomScrollView.h

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.