gtkTreeModelRowChanged {RGtk2}R Documentation

gtkTreeModelRowChanged

Description

Emits the "row_changed" signal on tree.model.

Usage

gtkTreeModelRowChanged(object, path, iter)

Arguments

object [GtkTreeModel] A GtkTreeModel
path [GtkTreePath] A GtkTreePath pointing to the changed row
iter [GtkTreeIter] A valid GtkTreeIter pointing to the changed row

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]