Next:
local-edit-sequence?
Up:
editor:basic<>
Previous:
get-top-level-window
has-focus?
This function returns
#t
when the editor has the keyboard focus. It is implemented using:
on-focus
(send
an-editor:basic
has-focus?)
->
boolean
PLT