Handbook
Glossary
on-delete-surrounding ( im-context offset n win -- ? )
Gtk-based UI backend
Prev:
on-commit ( im-context str win -- )
Next:
on-retrieve-surrounding ( im-context win -- ? )
Vocabulary
ui
.
backend
.
gtk2
Inputs
im-context
an
object
offset
an
object
n
an
object
win
an
object
Outputs
?
an
object
Definition
USING:
kernel
ui.backend.gtk2.input-methods
ui.gestures
ui.private
;
IN:
ui.backend.gtk2
:
on-delete-surrounding
( im-context offset n win -- ? )
window
world-focus
dup
support-input-methods?
[
delete-cursor-surrounding
t
]
[
3drop
f
]
if
nip
;