swap

open fun swap(a: TreeIter, b: TreeIter)

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.