TreeSelectionForeachFunc
typealias TreeSelectionForeachFunc = (model: TreeModel, path: TreePath, iter: TreeIter) -> Unit(source)
A function used by gtk_tree_selection_selected_foreach() to map all selected rows. It will be called on every selected row in the view.
param
model
TheGtkTreeModel
being viewedparam
path
TheGtkTreePath
of a selected rowparam
iter
AGtkTreeIter
pointing to a selected row