gtkTreeSelectionSelectedForeach {RGtk2}R Documentation

gtkTreeSelectionSelectedForeach

Description

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.

Usage

gtkTreeSelectionSelectedForeach(object, func, data = NULL)

Arguments

object [GtkTreeSelection] A GtkTreeSelection.
func [GtkTreeSelectionForeachFunc] The function to call for each selected node.
data [R object] user data to pass to the function.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]