gtkTreeViewMapExpandedRows {RGtk2}R Documentation

gtkTreeViewMapExpandedRows

Description

Calls func on all expanded rows.

Usage

gtkTreeViewMapExpandedRows(object, func, data = NULL)

Arguments

object

A GtkTreeView

func

A function to be called

data

User data to be passed to the function.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]