Interface SignalListItemFactory.OnSetup

Enclosing class:
SignalListItemFactory
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 SignalListItemFactory.OnSetup
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSetup(Object object)
    Emitted when a new listitem has been created and needs to be setup for use.
  • Method Details

    • onSetup

      void onSetup(@Nonnull Object object)
      Emitted when a new listitem has been created and needs to be setup for use.

      It is the first signal emitted for every listitem.

      The [signal@Gtk.SignalListItemFactory::teardown] signal is the opposite
      of this signal and can be used to undo everything done in this signal.
      Parameters:
      object - The `GObject` to set up