gtkIconViewSelectedForeach {RGtk2} | R Documentation |
Calls a function for each selected icon. Note that the model or selection cannot be modified from within this function.
gtkIconViewSelectedForeach(object, func, data = NULL)
|
A |
|
The funcion to call for each selected icon. |
|
User data to pass to the function. |
Since 2.6
Derived by RGtkGen from GTK+ documentation