Package: gtk

Function gtk-tree-view-expand-row

Lambda List

gtk-tree-view-expand-row (view path all)

Arguments

view -- a gtk-tree-view widget
path -- a gtk-tree-path instance to a row
all -- a boolean whether to recursively expand, or just expand immediate children

Return Value

True if the row existed and had children.

Details

Opens the row so its children are visible.
 

See also

2021-2-26