Package: gtk

Function gtk:tree-view-row-expanded

Lambda List

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

Arguments

view -- a gtk:tree-view widget
path -- a gtk:tree-path instance to test expansion state

Return Value

True if path is expanded.

Details

Returns true if the node pointed to by path is expanded in the tree view.

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