Package: gtk

Function gtk:tree-list-row-child-row

Lambda List

gtk:tree-list-row-child-row (listrow pos)

Arguments

listrow -- a gtk:tree-list-row object
pos -- an unsigned integer with the position of the child to get

Return Value

The gtk:tree-list-row object with the child in pos.

Details

If listrow is not expanded or pos is greater than the number of children, nil is returned.
 

See also

#2024-10-29