Package: gtk

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

Lambda List

gtk:tree-list-model-child-row (model position)

Arguments

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

Return Value

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

Details

Gets the row item corresponding to the child at index position for model's root model. If position is greater than the number of children in the root model, nil is returned. Do not confuse this function with the gtk:tree-list-model-row function.
 

See also

#2023-9-24