Schnittstelle ListBox.OnListBoxUpdateHeaderFunc

Umschließende Klasse:
ListBox
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ListBox.OnListBoxUpdateHeaderFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Whenever @row changes or which row is before @row changes this
    is called, which lets you update the header on @row.
  • Methodendetails

    • onListBoxUpdateHeaderFunc

      void onListBoxUpdateHeaderFunc(CallbackHandler __self, @Nonnull ListBoxRow row, @Nullable ListBoxRow before, @Nullable Pointer user_data)
      Whenever @row changes or which row is before @row changes this
      is called, which lets you update the header on @row.

      You may remove or set a new one via [method@Gtk.ListBoxRow.set_header]
      or just change the state of the current header widget.
      Parameter:
      row - the row to update
      before - the row before @row, or %NULL if it is first
      user_data - user data