Handbook
Glossary
im-on-key-event ( win event im-context -- ? )
Gtk-based UI backend
Prev:
im-on-focus-out ( win event im-context -- ? )
Next:
on-commit ( im-context str win -- )
Vocabulary
ui
.
backend
.
gtk2
Inputs
win
an
object
event
an
object
im-context
an
object
Outputs
?
an
object
Definition
USING:
gtk2.ffi
kernel
ui.backend.gtk2.input-methods
ui.gestures
ui.private
;
IN:
ui.backend.gtk2
::
im-on-key-event
( win event im-context -- ? )
win
window
world-focus
:>
gadget gadget
support-input-methods?
[
im-context gadget
update-cursor-location
im-context event
gtk_im_context_filter_keypress
]
[
im-context
gtk_im_context_reset
f
]
if
;