[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "4.21.0" ) ]
public delegate void IconViewForeachFunc (IconView icon_view, TreePath path)
Callback function prototype, invoked for every selected path in the icon_view.
See selected_foreach for details.
| icon_view |
an IconView. |
| path |
the current path. |
| user_data |
the user data supplied to selected_foreach. |