Package: gtk
Function gtk:tree-model-iter-nth-child
Lambda Listgtk:tree-model-iter-nth-child (model parent index) ArgumentsReturn ValueThe gtk:tree-iter iterator to the nth child. Details Returns the iterator to the child of parent, using the given index. The first index is 0. If index is too big, or parent has no children, nil is returned. The parent iterator will remain a
valid node after this function has been called. As a special case, if parent is nil, then the nth root node is returned. Warning | See also |
#2024-5-1