[ CCode ( instance_pos = 2.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate void IconViewForeachFunc (IconView icon_view, TreePath path)
Warning: IconViewForeachFunc is deprecated since 4.20.
A function used by selected_foreach to map all selected rows.
There is no replacement.
It will be called on every selected row in the view.
| icon_view |
a `GtkIconView` |
| path |
The `GtkTreePath` of a selected row |
| data |
user data |