gtkTreeSelectionSelectedForeach {RGtk2} | R Documentation |
Calls a function for each selected node. Note that you cannot modify
the tree or selection from within this function. As a result,
gtkTreeSelectionGetSelectedRows
might be more useful.
gtkTreeSelectionSelectedForeach(object, func, data = NULL)
|
|
|
The function to call for each selected node. |
|
user data to pass to the function. |
Derived by RGtkGen from GTK+ documentation