Interface Widget.OnStateFlagsChanged

Enclosing class:
Widget
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 Widget.OnStateFlagsChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the widget state changes.
  • Method Details

    • onStateFlagsChanged

      void onStateFlagsChanged(int flags)
      Emitted when the widget state changes.

      See [method@Gtk.Widget.get_state_flags].
      Parameters:
      flags - The previous state flags.