remove


Description:

public bool remove (ref TreeIter iter)

Removes the given row from the list store.

Note:

Use list models

After being removed, iter is set to be the next valid row, or invalidated if it pointed to the last row in this.

Parameters:

this

A `GtkListStore`

iter

A valid `GtkTreeIter`

Returns:

true if iter is valid, false if not.