ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/TextEdit/ScalingScrollView.h

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

#import <AppKit/NSScrollView.h>

@class NSPopUpButton;

@interface ScalingScrollView : NSScrollView {
    NSPopUpButton *_scalePopUpButton;
    float scaleFactor;
}

- (void)scalePopUpAction:(id)sender;
- (void)_makeScalePopUpButton;
- (void)setScaleFactor:(float)factor;
- (float)scaleFactor;

@end

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