ListStore.remove
bool remove(gtk.tree_iter.TreeIter iter)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.
Parameters
iter | A valid #GtkTreeIter |
Returns
true if iter is valid, false if not.