Interface Adjustment.OnChanged

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

    Modifier and Type
    Method
    Description
    void
    Emitted when one or more of the `GtkAdjustment` properties have been
    changed.
  • Method Details

    • onChanged

      void onChanged()
      Emitted when one or more of the `GtkAdjustment` properties have been
      changed.

      Note that the [property@Gtk.Adjustment:value] property is
      covered by the [signal@Gtk.Adjustment::value-changed] signal.