Package: gtk
Function gtk:list-store-insert
Lambda Listgtk:list-store-insert (model pos) ArgumentsReturn ValueThe gtk:tree-iter iterator of the new row. Details Creates a new row at pos. The returned iterator will point to this new row. If the pos argument
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. Warning | See also |
2024-4-7