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)
|
[GtkTreeSelection ] A GtkTreeSelection . |
|
[GtkTreeSelectionForeachFunc ] The function to call for each selected node. |
|
[R object] user data to pass to the function. |
Derived by RGtkGen from GTK+ documentation