[Previous]
[Up]
[Next]
NSScroller
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSScroller.h
Inherits from: NSControl
Conforms to: NSCoding
+ (float) scrollerWidth
- (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