signal callback delegate or function to connect
void callback(gtk.event_controller_key.EventControllerKey eventControllerKey)
eventControllerKey the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ImUpdate signal.
Emitted whenever the input method context filters away a keypress and prevents the controller receiving it.
See gtk.event_controller_key.EventControllerKey.setImContext and gtk.imcontext.IMContext.filterKeypress.