TreeSelectionForeachFunc

typealias TreeSelectionForeachFunc = (model: TreeModel, path: TreePath, iter: TreeIter) -> Unit

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 The GtkTreeModel being viewed

  • param path The GtkTreePath of a selected row

  • param iter A GtkTreeIter pointing to a selected row