Schnittstelle ColumnView.OnActivate

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

@FunctionalInterface public static interface ColumnView.OnActivate
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onActivate(int position)
    Emitted when a row has been activated by the user, usually via activating
    the GtkListBase|list.activate-item action.
  • Methodendetails

    • onActivate

      void onActivate(int position)
      Emitted when a row has been activated by the user, usually via activating
      the GtkListBase|list.activate-item action.

      This allows for a convenient way to handle activation in a columnview.
      See [method@Gtk.ListItem.set_activatable] for details on how to use this
      signal.
      Parameter:
      position - position of item to activate