gtkTreeModelRowChanged {RGtk2}R Documentation

gtkTreeModelRowChanged

Description

Emits the "row-changed" signal on tree.model.

Usage

gtkTreeModelRowChanged(object, path, iter)

Arguments

object

A GtkTreeModel

path

A GtkTreePath pointing to the changed row

iter

A valid GtkTreeIter pointing to the changed row

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]