TreeModelIF.iterPrevious

Sets iter to point to the previous node at the current level.

If there is no previous iter, FALSE is returned and iter is set to be invalid.

interface TreeModelIF
bool
iterPrevious

Parameters

iter TreeIter

the [GtkTreeIter-struct|GtkTreeIter-struct]

Return Value

Type: bool

TRUE if iter has been changed to the previous node

Meta