Package: gtk
Function gtk-tree-model-iter-nth-child
Lambda Listgtk-tree-model-iter-nth-child (model parent n) 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 n 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. | See also |
2021-3-4