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

A GtkIconView.

func

The funcion to call for each selected icon.

data

User data to pass to the function.

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]