Interface IMContext.OnPreeditChanged

Enclosing class:
IMContext
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 IMContext.OnPreeditChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The ::preedit-changed signal is emitted whenever the preedit sequence
    currently being entered has changed.
  • Method Details

    • onPreeditChanged

      void onPreeditChanged()
      The ::preedit-changed signal is emitted whenever the preedit sequence
      currently being entered has changed.

      It is also emitted at the end of a preedit sequence, in which case
      [method@Gtk.IMContext.get_preedit_string] returns the empty string.