- _guiInput
void _guiInput(InputEvent arg0)
- getTicks
long getTicks()
- getTicksOnBorders
bool getTicksOnBorders()
- isEditable
bool isEditable()
- isScrollable
bool isScrollable()
- opAssign
Slider opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Slider other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEditable
void setEditable(bool editable)
- setScrollable
void setScrollable(bool scrollable)
- setTicks
void setTicks(long count)
- setTicksOnBorders
void setTicksOnBorders(bool ticks_on_border)
Base class for GUI Sliders.