ListStore.remove

Removes the given row from the list store. After being removed, iter is set to be the next valid row, or invalidated if it pointed to the last row in list_store.

class ListStore
bool
remove

Parameters

iter TreeIter

A valid gtk.TreeIter

Return Value

Type: bool

TRUE if iter is valid, FALSE if not.