TreeModel.iterPrevious
bool iterPrevious(gtk.tree_iter.TreeIter iter)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.
Parameters
iter | the [gtk.tree_iter.TreeIter] |
Returns
true if iter has been changed to the previous node