TreeStore.swap
void swap(gtk.tree_iter.TreeIter a, gtk.tree_iter.TreeIter b)Swaps a and b in the same level of tree_store.
Note that this function only works with unsorted stores.
Parameters
a | A [gtk.tree_iter.TreeIter]. |
b | Another [gtk.tree_iter.TreeIter]. |
Deprecated
Use [gtk.tree_list_model.TreeListModel] instead