Package: gtk
Function gtk:list-store-append
Lambda Listgtk:list-store-append (model) ArgumentsReturn ValueThe gtk:tree-iter iterator for the appended row. Details      
    Appends a new row to the list store.  
  The returned iterator will point to the 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.   Warning | See also | 
2025-07-23