move_after
Description:
Moves iter
in this to the position after position
.
Note:
Use list models
Note that this function only works with unsorted stores. If position
is null, iter
will be moved to the start of the list.
Parameters:
this |
A `GtkListStore`. |
iter |
A `GtkTreeIter` |
position |
A `GtkTreeIter` |