MusicKit
0.0.0
|
A subclass of NSScroller that adds two handles that allows stretching the scroller, signalling that the enclosed scrollable object should be resized, typically changing magnification. More...
#import <SndStretchableScroller.h>
Public Member Functions | |
(void) | - drawKnob |
The new drawing method which draws the stretch icons. | |
(void) | - mouseDown: |
The new mouse event method that detects and updates the scroller. | |
Protected Attributes | |
BOOL | stretchingLeftKnob |
BOOL | stretchingRightKnob |
A subclass of NSScroller that adds two handles that allows stretching the scroller, signalling that the enclosed scrollable object should be resized, typically changing magnification.
- (void) mouseDown: | (NSEvent *) | theEvent |
The new mouse event method that detects and updates the scroller.
theEvent | An NSEvent |
- (BOOL) stretchingLeftKnob [protected] |
stretchingLeftKnob YES when the left knob is being stretched.
- (BOOL) stretchingRightKnob [protected] |
stretchingRightKnob YES when the right knob is being stretched.