Interface ComboBox.OnChanged

Enclosing class:
ComboBox
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 ComboBox.OnChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the active item is changed.
  • Method Details

    • onChanged

      void onChanged()
      Emitted when the active item is changed.

      The can be due to the user selecting a different item from the list,
      or due to a call to [method@Gtk.ComboBox.set_active_iter]. It will
      also be emitted while typing into the entry of a combo box with an entry.