gtkTreeModelRowInserted {RGtk2}R Documentation

gtkTreeModelRowInserted

Description

Emits the "row_inserted" signal on tree.model

Usage

gtkTreeModelRowInserted(object, path, iter)

Arguments

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]