Package: gtk
Function gtk:tree-store-remove
Lambda Listgtk:tree-store-remove (store iter) ArgumentsReturn ValueTrue if iter is still valid, nil if not. Details
Removes the given row from the tree store. After being removed, iter is set to the next valid row at that level, or
invalidated if it previously pointed to the last one in the tree store. Warning | See also |
#2024-5-16