Schnittstelle IconView.OnIconViewForeachFunc

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

@FunctionalInterface public static interface IconView.OnIconViewForeachFunc
  • Methodendetails

    • 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.
      Parameter:
      icon_view - a `GtkIconView`
      path - The `GtkTreePath` of a selected row
      data - user data