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.
( -> booleansend an-editor-canvas lazy-refresh)
Returns #t if lazy-refresh mode is enabled, #f
otherwise.
( -> void
send an-editor-canvas lazy-refresh on?)
on? : boolean
If on? if #f, lazy-refresh mode is disabled, otherwise it
is enabled.