
Next: set-lazy-refresh
Up: wx:media-canvas
Previous: on-size
Scrolls a canvas so the view start is at the given point.
- (send a-wx:media-canvas scroll x y refresh) -> void
x : small integer
y : small integer
refresh : boolean
Scrolls to the given x and y values, which are in
scrollbar units. If refresh is not #f, the buffer is
immediately repainted.
- (send a-wx:media-canvas scroll x y) -> void
x : small integer
y : small integer
Scrolls to the given x and y values and repaints the
buffer.
PLT