on-focus in editor:basic-mixin
on-focus
editor:basic-mixin
Called when the keyboard focus changes into or out of this editor (and not to/from a snip within the editor) with #t if the focus is being turned on, #f otherwise.
#t
#f
(send an-editor:basic-mixin on-focus on?) -> void on? : boolean
(send an-editor:basic-mixin on-focus on?)
send
an-editor:basic-mixin
on?