[Top]
GTK2
GTK2.ListStore
|
Method GTK2.ListStore()->move_before()
- Method
move_before
-
GTK2.ListStore move_before(GTK2.TreeIter iter, GTK2.TreeIter position)
- Description
-
Moves iter to before position. These should be at the
same level. This only works if the store is unsorted.
If position is omitted, iter will be moved to the end
of the level.
|