Interface EventControllerKey.OnImUpdate

Enclosing class:
EventControllerKey
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EventControllerKey.OnImUpdate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted whenever the input method context filters away
    a keypress and prevents the @controller receiving it.
  • Method Details

    • onImUpdate

      void onImUpdate()
      Emitted whenever the input method context filters away
      a keypress and prevents the @controller receiving it.

      See [method@Gtk.EventControllerKey.set_im_context] and
      [method@Gtk.IMContext.filter_keypress].