HSlider

Horizontal slider.

Constructors

this
this(int maxValue, int barLenght, string source, Coordinate coordinates)
Undocumented in source.

Members

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
void onClick(int offsetX, int offsetY, int state, ubyte button)
Undocumented in source. Be warned that the author may not have intended to support it.
onDrag
void onDrag(int x, int y, int relX, int relY, ubyte button)
Undocumented in source. Be warned that the author may not have intended to support it.
onScroll
void onScroll(int x, int y, int wX, int wY)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Slider

brush
int[] brush;
Undocumented in source.
value
int value;
maxValue
int maxValue;
barLength
int barLength;
Undocumented in source.
onScrolling
void delegate(Event ev) onScrolling;
Undocumented in source.
sliderPosition
int sliderPosition [@property getter]

Returns the slider position. If barLenght > 1, then it returns the lower value.

sliderPosition
int sliderPosition [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta