- _dragNodeExit
void _dragNodeExit()
- _dragNodeInput
void _dragNodeInput(InputEvent arg0)
- _guiInput
void _guiInput(InputEvent arg0)
- getCustomStep
double getCustomStep()
- opAssign
ScrollBar opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(ScrollBar 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.
- setCustomStep
void setCustomStep(double step)
Base class for scroll bars.
Scrollbars are a Range based Control, that display a draggable area (the size of the page). Horizontal (HScrollBar) and Vertical (VScrollBar) versions are available.