A Control subclass that wraps Cocoa’s NSSlider.
Parameters: |
|
---|
Numeric. The value the slider has when its knob is at its minimum.
Numeric. The value the slider has when its knob is at its maximum.
Numeric. The initial value of the slider. In Cocoa: intValue.
Numeric. Number of tickmarks along the slider. The apparence of the slider changes if this value is 0.
Cocoa constant. Where the tickmaks are compared to the slider (above or below). Use with NSTickMarkPosition constants.
Boolean. Whether the slider knob can only set its value to one that exactly matches a tickmark.