gtkTreeViewMapExpandedRows {RGtk2}R Documentation

gtkTreeViewMapExpandedRows

Description

Calls func on all expanded rows.

Usage

gtkTreeViewMapExpandedRows(object, func, data = NULL)

Arguments

object [GtkTreeView] A GtkTreeView
func [GtkTreeViewMappingFunc] A function to be called
data [R object] User data to be passed to the function.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]