| gtkIMContextFilterKeypress {RGtk2} | R Documentation |
Allow an input method to internally handle a key press event.
If this function returns TRUE, then no further processing
should be done for this keystroke.
gtkIMContextFilterKeypress(object, event)
|
[GtkIMContext] a GtkIMContext |
|
[GdkEventKey] the key event |
[logical] TRUE if the input method handled the keystroke.
Derived by RGtkGen from GTK+ documentation