Interface ListBoxRow.OnActivate

Enclosing class:
ListBoxRow
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 ListBoxRow.OnActivate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is a keybinding signal, which will cause this row to be activated.
  • Method Details

    • onActivate

      void onActivate()
      This is a keybinding signal, which will cause this row to be activated.

      If you want to be notified when the user activates a row (by key or not),
      use the [signal@Gtk.ListBox::row-activated] signal on the row’s parent
      `GtkListBox`.