Gtk.ListStore.prototype.move_after
function move_after(iter:Gtk.TreeIter, position:Gtk.TreeIter):void {
// Gjs wrapper for gtk_list_store_move_after()
}Moves iter in store 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.
Since 2.2
- iter
A Gtk.TreeIter.
- position
A Gtk.TreeIter or null.