IconViewForeachFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate void IconViewForeachFunc (IconView icon_view, TreePath path)
public delegate void IconViewForeachFunc (IconView icon_view, TreePath path)
A function used by selected_foreach to map all selected rows.
It will be called on every selected row in the view.
Parameters:
icon_view |
a IconView |
path |
The TreePath of a selected row |
data |
user data |
Namespace: Gtk
Package: gtk+-3.0