iter_previous
Description:
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:
this |
a `GtkTreeModel` |
iter |
the `GtkTreeIter` |
Returns:
true if |