Package: gtk

Function gtk-tree-model-row-has-child-toggled

Lambda List

gtk-tree-model-row-has-child-toggled (model path iter)

Arguments

model -- a gtk-tree-model object
path -- a gtk-tree-path instance pointing to the changed row
iter -- a valid gtk-tree-iter iterator pointing to the changed row

Details

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

See also

2021-3-4