Package: gtk
Function gtk:tree-store-prepend
Lambda Listgtk:tree-store-prepend (store parent) ArgumentsReturn ValueThe gtk:tree-iter iterator. Details Prepends a new row to store. If parent is non-nil, then it will prepend the new row before
the first child of parent, otherwise it will prepend a row to the toplevel.
The returned iterator point to this new row. The row will be empty after this
function is called. To fill in values, you need to call the gtk:tree-store-set or gtk:tree-store-set-value functions. Warning | See also |
#2024-5-16