Package ch.bailu.gtk.gtk
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onIconViewForeachFunc
(CallbackHandler __self, IconView icon_view, TreePath path, Pointer data) A function used by gtk_icon_view_selected_foreach() to map all
selected rows.
-
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 rowdata
- user data
-