Gtk.TreeModel::iter_previous
function vfunc_iter_previous(iter:Gtk.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.
Since 3.0
- iter
the Gtk.TreeIter
- Returns
true if iter has been changed to the previous node