move_after
Description:
[
Version ( since =
"2.2" ) ]
public void move_after (
ref TreeIter iter,
TreeIter? position)
Moves iter in this to the position after position.
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 ListStore.
|
| iter |
A TreeIter.
|
| position |
A TreeIter or null.
|