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

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]