ScrollEvent

slider/scrollbar event

Constructors

this
this(ScrollAction action, int minValue, int maxValue, int pageSize, int position)
Undocumented in source.

Members

Functions

defaultUpdatePosition
int defaultUpdatePosition()

default update position for actions like PageUp/PageDown, LineUp/LineDown

Properties

action
ScrollAction action [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxValue
int maxValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minValue
int minValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pageSize
int pageSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
position
int position [@property setter]

change position in event handler to update slider position

position
int position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
positionChanged
bool positionChanged [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta