TreeStore.swap

Swaps a and b in the same level of tree_store.

Note that this function only works with unsorted stores.

Parameters

aA gtk.tree_iter.TreeIter.
bAnother gtk.tree_iter.TreeIter.

Deprecated