Method

Gtk.TreeModel.row_has_child_toggled

Declaration [src]

void
gtk_tree_model_row_has_child_toggled (
  GtkTreeModel* tree_model,
  GtkTreePath* path,
  GtkTreeIter* iter
)

Description [src]

Emits the GtkTreeModel::row-has-child-toggled signal on tree_model. This should be called by models after the child state of a node changes.

Parameters

path GtkTreePath
 

a GtkTreePath-struct pointing to the changed row

 Ownership is not transferred to the callee
iter GtkTreeIter
 

a valid GtkTreeIter-struct pointing to the changed row

 Ownership is not transferred to the callee