Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
TextEditPlus Step 1/ScalingScrollView.h
#import <Cocoa/Cocoa.h>  | 
@class NSPopUpButton;  | 
@interface ScalingScrollView : NSScrollView { | 
NSPopUpButton *_scalePopUpButton;  | 
float scaleFactor;  | 
}  | 
- (void)scalePopUpAction:(id)sender;  | 
- (void)setScaleFactor:(float)factor adjustPopup:(BOOL)flag;  | 
- (float)scaleFactor;  | 
@end  | 
Copyright © 2006 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2006-07-28