Package: gtk
Function gtk-list-store-prepend
Lambda Listgtk-list-store-prepend (store) ArgumentsReturn ValueA gtk-tree-iter iterator to the prepended row. Details Prepends a new row to store.
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 functions gtk-list-store-set or gtk-list-store-set-value. | See also |
2021-3-11