Handbook
Glossary
change-selection ( editor quot -- )
Vocabulary
ui
.
gadgets
.
editors
Inputs
editor
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
ui.gadgets
;
IN:
ui.gadgets.editors
:
change-selection
( editor quot -- )
[
[
gadget-selection
]
]
dip
compose
[
user-input*
drop
]
bi
;
inline