Package: gtk
Function gtk:tree-model-iter-children
Lambda Listgtk:tree-model-iter-children (model parent) ArgumentsReturn ValueThe gtk:tree-iter iterator. Details            Returns the iterator to the first child of parent.    If parent has no children, nil is returned. The parent
  iterator will remain a valid node after this function has been called. If parent is nil returns the first node. This is equivalent to: (gtk:tree-model-iter-first model) Warning | See also | 
#2025-03-03