Extracted from Pike v7.8 release 352 at 2010-11-02.
pike.ida.liu.se
[Top]
GTK2
GTK2.ListStore

Method GTK2.ListStore()->move_after()


Method move_after

GTK2.ListStore move_after(GTK2.TreeIter iter, GTK2.TreeIter position)

Description

Moves iter to after 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 start of the level.