Handbook
Glossary
temp-im-input ( str gadget -- ? )
Vocabulary
ui
.
gadgets
Inputs
str
a
string
gadget
a
gadget
Outputs
?
a
boolean
Generic word contract
Handle free-form textual input while the gadget has keyboard focus. This is used to display the string being preedited by an input method on the gadget. Input by this word is not include changes in the Undo and Redo actions.
Definition
IN:
ui.gadgets
GENERIC:
temp-im-input
( str gadget -- ? )
Methods
USING:
accessors
documents
kernel
ui.gadgets
ui.gadgets.editors
ui.gadgets.editors.private
;
M:
editor
temp-im-input
[
selection-start/end
]
[
model>>
]
bi
set-doc-range*
t
;
USING:
kernel
ui.gadgets
;
M:
gadget
temp-im-input
2drop
t
;