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)
|
[GtkIconView ] A GtkIconView . |
|
[GtkIconViewForeachFunc ] The funcion to call for each selected icon. |
|
[R object] User data to pass to the function. |
Since 2.6
Derived by RGtkGen from GTK+ documentation