iter_previous
Description:
[
Version ( since =
"3.0" ) ]
public virtual bool iter_previous (
ref 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:
this |
a TreeModel
|
iter |
the TreeIter-struct
|
Returns:
true if iter has been changed to the previous node
|