wheel-step in editor-canvas%
Gets or sets the number of vertical scroll steps taken for one click
of the mouse wheel via a 'wheel-up or 'wheel-down
key-event%. A #f value disables special handling
for wheel events (i.e., wheel events are passed on to the canvas's
editor).
( -> exact integer in [1, 10000] or send an-editor-canvas wheel-step)#f
Gets the current wheel step.
( -> void
send an-editor-canvas wheel-step step)
step : exact integer in [1, 10000] or #f
Sets the wheel step.