Interface TreeSelection.OnTreeSelectionForeachFunc

Enclosing class:
TreeSelection
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 TreeSelection.OnTreeSelectionForeachFunc
  • Method Details

    • onTreeSelectionForeachFunc

      void onTreeSelectionForeachFunc(CallbackHandler __self, @Nonnull TreeModel model, @Nonnull TreePath path, @Nonnull TreeIter iter, @Nullable Pointer data)
      A function used by gtk_tree_selection_selected_foreach() to map all
      selected rows. It will be called on every selected row in the view.
      Parameters:
      model - The `GtkTreeModel` being viewed
      path - The `GtkTreePath` of a selected row
      iter - A `GtkTreeIter` pointing to a selected row
      data - user data