Method
Gtk.TreeStore.swap
Declaration [src]
void
gtk_tree_store_swap (
GtkTreeStore* tree_store,
GtkTreeIter* a,
GtkTreeIter* b
)
Description [src]
Swaps a
and b
in the same level of tree_store
. Note that this function
only works with unsorted stores.
Parameters
a |
GtkTreeIter |
A |
|
Ownership is not transferred to the callee | |
b |
GtkTreeIter |
Another |
|
Ownership is not transferred to the callee |