Package: gtk

Function gtk:tree-list-row-is-expandable

Lambda List

gtk:tree-list-row-is-expandable (listrow)

Arguments

listrow -- a gtk:tree-list-row object

Return Value

True if the row is expandable.

Details

Checks if a row can be expanded. This does not mean that the row is actually expanded, this can be checked with the gtk:tree-list-row-expanded function. If a row is expandable never changes until the row is removed from its model at which point it will forever return false.
 

See also

#2024-10-29