TreeSelectionForeachFunc


Description:

[ CCode ( instance_pos = 3.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate void TreeSelectionForeachFunc (TreeModel model, TreePath path, TreeIter iter)

Warning: TreeSelectionForeachFunc is deprecated since 4.20.

A function used by selected_foreach to map all selected rows.

Note:

There is no replacement

It will be called on every selected row in the view.

Parameters:

model

The `GtkTreeModel` being viewed

path

The `GtkTreePath` of a selected row

iter

A `GtkTreeIter` pointing to a selected row

data

user data


Namespace: Gtk
Package: gtk4