TreeStore.remove

Removes iter from 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.

class TreeStore
bool
remove

Parameters

iter TreeIter

A valid gtk.TreeIter

Return Value

Type: bool

TRUE if iter is still valid, FALSE if not.