gtkTreeModelRowHasChildToggled {RGtk2}R Documentation

gtkTreeModelRowHasChildToggled

Description

Emits the "row_has_child_toggled" signal on tree.model. This should be called by models after the child state of a node changes.

Usage

gtkTreeModelRowHasChildToggled(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]