x |
X position within the panel |
y |
Y position within the panel |
bmapScale |
Bitmap or image file name for the slider scale; also determines the slider direction. If the height of the bitmap is greater than its width, it's a vertical slider, otherwise a horizontal slider. |
length |
Range of the slider in pixels. |
bmapKnob |
Bitmap or image file name for the slider knob. |
min |
Value at the left/upper end. |
max |
Value at the right/lower end. |
var |
Global var
to be modified by the slider. If moved to the upper or left position, var is set to the min value, at the lower or right position it is set to the max value. |