Package: gtk
Function gtk:tree-list-row-is-expandable
Lambda Listgtk:tree-list-row-is-expandable (listrow) ArgumentsReturn ValueTrue 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