Package: gtk

Function gtk-tree-store-remove

Lambda List

gtk-tree-store-remove (store iter)

Arguments

store -- a gtk-tree-store object
iter -- a valid gtk-tree-iter iterator

Return Value

True 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.
 

See also

2021-3-5