TreeSelection.selectedForeach

Calls a function for each selected node. Note that you cannot modify the tree or selection from within this function. As a result, gtk.tree_selection.TreeSelection.getSelectedRows might be more useful.

More...
class TreeSelection
void
selectedForeach

Parameters

func gtk.types.TreeSelectionForeachFunc

The function to call for each selected node.

Detailed Description

Deprecated: Use GtkListView or GtkColumnView