Handbook
Glossary
cursor-surrounding ( gadget -- text cursor-pos )
Vocabulary
ui
.
backend
.
gtk2
.
input-methods
Inputs
gadget
an
object
Outputs
text
an
object
cursor-pos
an
object
Definition
IN:
ui.backend.gtk2.input-methods
GENERIC:
cursor-surrounding
( gadget -- text cursor-pos )
Methods
USING:
kernel
sequences
ui.backend.gtk2.input-methods
ui.gadgets.editors
;
M:
editor
cursor-surrounding
dup
editor-caret
first2
[
swap
editor-line
]
dip
;