Package: gtk
Function gtk:list-store-insert
Lambda Listgtk:list-store-insert (store position) ArgumentsReturn ValueThe gtk:tree-iter iterator of the new row. Details Creates a new row at position. The returned iterator will point to this new row. If position is larger
than the number of rows on the list, then the new row will be appended to the
list. 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-3-20