Package: gtk

Function gtk:tree-view-expand-to-path

Lambda List

gtk:tree-view-expand-to-path (view path)

Arguments

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

Details

Expands the row at path. This will also expand all parent rows of path as necessary.

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