iterPrevious

open fun iterPrevious(iter: TreeIter): Boolean

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.

Return

true if @iter has been changed to the previous node

Parameters

iter

the GtkTreeIter