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
int
iterPrevious

Parameters

iter TreeIter

the GtkTreeIter. in

Return Value

Type: int

TRUE if iter has been changed to the previous node Since 3.0

Meta