Package: gtk

Function gtk:tree-model-iter-parent

Lambda List

gtk:tree-model-iter-parent (model child)

Arguments

model -- a gtk:tree-model object
child -- a gtk:tree-iter iterator

Return Value

The gtk:tree-iter iterator to the parent.

Details

Returns the iterator to the parent of child. If child is at the toplevel, and does not have a parent, then nil is returned. The child iterator will remain a valid node after this function has been called.

Warning

The gtk:tree-model implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-5-1