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 #GtkTreeIter. |
b | Another #GtkTreeIter. |
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.
a | A #GtkTreeIter. |
b | Another #GtkTreeIter. |