gtkIconViewSelectedForeach {RGtk2}R Documentation

gtkIconViewSelectedForeach

Description

Calls a function for each selected icon. Note that the model or selection cannot be modified from within this function.

Usage

gtkIconViewSelectedForeach(object, func, data = NULL)

Arguments

object [GtkIconView] A GtkIconView.
func [GtkIconViewForeachFunc] The funcion to call for each selected icon.
data [R object] User data to pass to the function.

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]