[ CCode ( instance_pos = 3.9 ) ]
public delegate void TreeSelectionForeachFunc (TreeModel model, TreePath path, TreeIter iter)
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.
| model |
The `GtkTreeModel` being viewed |
| path |
The `GtkTreePath` of a selected row |
| iter |
A `GtkTreeIter` pointing to a selected row |
| data |
user data |