Package: gtk

Function gtk:tree-list-row-parent

Lambda List

gtk:tree-list-row-parent (listrow)

Arguments

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

Return Value

The parent gtk:tree-list-row object.

Details

Gets the list row representing the parent for listrow. That is the list row that would need to be collapsed to make this list row disappear. If listrow is a list row corresponding to the root model, nil is returned. The value returned by this function never changes until the list row is removed from its model at which point it will forever return nil.
 

See also

2024-10-29