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 -- the 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 function gtk-tree-selection-selected-rows might be more useful.
 

See also

2021-2-27