Interface IconView.OnIconViewForeachFunc

Enclosing class:
IconView
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 IconView.OnIconViewForeachFunc
  • Method Details

    • onIconViewForeachFunc

      void onIconViewForeachFunc(CallbackHandler __self, @Nonnull IconView icon_view, @Nonnull TreePath path, @Nullable Pointer data)
      A function used by gtk_icon_view_selected_foreach() to map all
      selected rows.

      It will be called on every selected row in the view.
      Parameters:
      icon_view - a `GtkIconView`
      path - The `GtkTreePath` of a selected row
      data - user data