Interface LevelBar.OnOffsetChanged

Enclosing class:
LevelBar
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 LevelBar.OnOffsetChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when an offset specified on the bar changes value.
  • Method Details

    • onOffsetChanged

      void onOffsetChanged(@Nonnull Str name)
      Emitted when an offset specified on the bar changes value.

      This typically is the result of a [method@Gtk.LevelBar.add_offset_value]
      call.

      The signal supports detailed connections; you can connect to the
      detailed signal "changed::x" in order to only receive callbacks when
      the value of offset "x" changes.
      Parameters:
      name - the name of the offset that changed value