on-char in editor-canvas%
Called when the canvas receives a keyboard event. See also Mouse and Keyboard Events.
(-> voidsendan-editor-canvason-charevent)
event:key-event%objectUsually handles
'wheel-upand'wheel-downevents by scrolling vertically. See alsowheel-step.Otherwise, passes the event to the canvas's editor, if any, by calling its
on-charmethod.See also
get-editor.