Learn R Programming

RGtk2 (version 2.20.31)

gtkTreeSelectionSelectedForeach: 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

func
The function to call for each selected node.
data
user data to pass to the function.