gtkIMContextFilterKeypress {RGtk2}R Documentation

gtkIMContextFilterKeypress

Description

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.

Usage

gtkIMContextFilterKeypress(object, event)

Arguments

object [GtkIMContext] a GtkIMContext
event [GdkEventKey] the key event

Value

[logical] TRUE if the input method handled the keystroke.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]