Package: gtk

Function gtk:list-store-append

Lambda List

gtk:list-store-append (model)

Arguments

model -- a gtk:list-store object

Return Value

The gtk:tree-iter iterator to 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

The gtk:list-store implementation is deprecated since 4.10. Use the g:list-store object instead.
 

See also

2024-4-7