remove


Description:

public bool remove (ref TreeIter iter)

Removes iter from this.

After being removed, iter is set to the next valid row at that level, or invalidated if it previously pointed to the last one.

Parameters:

this

A TreeStore

iter

A valid TreeIter

Returns:

true if iter is still valid, false if not.