Sack Library Documentation
|
enum SliderDirection { SLIDER_HORIZ = 1, SLIDER_VERT = 0 };
Members |
Description |
SLIDER_HORIZ = 1 |
Slider is horizontal. That is the knob moves left and right. The value as minimum is at the left, and the value maximum is at the right. numerically minimum can be more than maximum. |
SLIDER_VERT = 0 |
Slider is vertical. That is the knob moves up and down. The value as minimum is at the bottom, and the value maximum is at the top. numerically minimum can be more than maximum. |
These are values to pass to SetSliderOptions to control the slider's direction.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|