Package: gtk
Function gtk:list-store-insert-after
Lambda Listgtk:list-store-insert-after (store sibling) ArgumentsReturn ValueThe gtk:tree-iter iterator to the new row. Details            Inserts a new row after sibling.    If sibling is nil, then the row will be prepended to the
  beginning of the list. The returned iterator will point to this new row. The
  row will be empty after this function is called. To fill in values, you need  to call the gtk:list-store-set or gtk:list-store-set-value
  functions.          | See also | 
#2023-03-20