[Previous]
[Up]
[Next]
NSScroller
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Gui/NSScroller.h
Inherits from: NSControl
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (float) scrollerWidth;
Instances Methods
- (NSScrollArrowPosition) arrowsPosition;
- (void) checkSpaceForParts;
- (void) drawArrow: (NSScrollerArrow)arrow highlight: (BOOL)flag;
- (void) drawKnob;
- (void) drawParts;
- (void) highlight: (BOOL)flag;
- (NSScrollerPart) hitPart;
- (id) initWithFrame: (NSRect)frameRect;
- (float) knobProportion;
- (NSRect) rectForPart: (NSScrollerPart)aPart;
- (void) setArrowsPosition: (NSScrollArrowPosition)location;
- (void) setFloatValue: (float)aFloat knobProportion: (float)knobProp;
- (NSScrollerPart) testPart: (NSPoint)aPoint;
- (void) trackKnob: (NSEvent*)theEvent;
- (void) trackScrollButtons: (NSEvent*)theEvent;
- (NSUsableScrollerParts) usableParts;