#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 |
| - (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.
1.5.6