class
superclass:event%
See get-event-type for a list of the scroll event types.
constructor
[ [event-typeevent-type][directiondirection][positionposition][time-stamptime-stamp]])
method
(send a-scroll-event get-direction )
method
(send a-scroll-event get-event-type )
→'page-up'page-down'thumb)
'top — user clicked a scroll-to-top button
'bottom — user clicked a scroll-to-bottom button
'line-up — user clicked an arrow to scroll up or left one step
'line-down — user clicked an arrow to scroll down or right one step
'page-up — user clicked an arrow to scroll up or left one page
'page-down — user clicked an arrow to scroll down or right one page
'thumb — user dragged the scroll position indicator
method
(send a-scroll-event get-position )→dimension-integer?
method
(send a-scroll-event set-direction direction)→void?
method
(send a-scroll-event set-event-type type)→void?
method
(send a-scroll-event set-position position)→void?
position:dimension-integer?