Package: gtk

Function gtk:im-context-filter-keypress

Lambda List

gtk:im-context-filter-keypress (context event)

Arguments

context -- a gtk:im-context object
event -- a gdk:event instance with the key event

Return Value

True if the input method handled the key event.

Details

Allow an input method to internally handle key press and release events. If this function returns true, then no further processing should be done for this key event.
 

See also

#2023-10-21