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, TreeSelection.getSelectedRows might be more useful.

class TreeSelection
void
selectedForeach

Parameters

func GtkTreeSelectionForeachFunc

The function to call for each selected node.

data void*

user data to pass to the function.