IconViewForeachFunc

typealias IconViewForeachFunc = (iconView: IconView, path: TreePath) -> Unit

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.

  • param iconView a GtkIconView

  • param path The GtkTreePath of a selected row