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.
Returns #t if lazy-refresh mode is enabled, #f otherwise.
If on? if #f, lazy-refresh mode is disabled, otherwise it is enabled.