Package: gtk

Function gtk:tree-model-iter-n-children

Lambda List

gtk:tree-model-iter-n-children (model iter)

Arguments

model -- a gtk:tree-model object
iter -- a gtk:tree-iter iterator, or nil

Return Value

The integer with the number of children of iter.

Details

Returns the number of children that iter has. As a special case, if iter is nil, then the number of toplevel nodes is returned.

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