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.