Package: gtk

Function gtk:tree-view-collapse-row

Lambda List

gtk:tree-view-collapse-row (view path)

Arguments

view -- a gtk:tree-view widget
path -- a gtk:tree-path instance to a row in the tree view

Return Value

True if the row was collapsed.

Details

Collapses a row (hides its child rows, if they exist).

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-3-10