lazy-refresh in editor-canvas%
Enables or disables lazy-refresh mode, or gets the current enable
state. In lazy-refresh mode, the canvas's
refresh method is called when the window
needs to be updated, rather than
on-paint. By default, an
editor-canvas% object is not in lazy-refresh mode.
(-> booleansendan-editor-canvaslazy-refresh)Returns
#tif lazy-refresh mode is enabled,#fotherwise.
(-> voidsendan-editor-canvaslazy-refreshon?)
on?: booleanIf
on?if#f, lazy-refresh mode is disabled, otherwise it is enabled.