Interface ListBox.OnListBoxForeachFunc

Enclosing class:
ListBox
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 ListBox.OnListBoxForeachFunc
  • Method Details

    • onListBoxForeachFunc

      void onListBoxForeachFunc(CallbackHandler __self, @Nonnull ListBox box, @Nonnull ListBoxRow row, @Nullable Pointer user_data)
      A function used by gtk_list_box_selected_foreach().

      It will be called on every selected child of the @box.
      Parameters:
      box - a `GtkListBox`
      row - a `GtkListBoxRow`
      user_data - user data