Package: gtk

Function gtk:tree-selection-selected-foreach

Lambda List

gtk:tree-selection-selected-foreach (selection func)

Arguments

selection -- a gtk:tree-selection object
func -- a gtk:tree-selection-foreach-func callback function to call for each selected node

Details

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

See also

2024-3-19