Package: gtk

Function gtk:tree-store-swap

Lambda List

gtk:tree-store-swap (store a b)

Arguments

store -- a gtk:tree-store object
a -- a gtk:tree-iter iterator
b -- another gtk:tree-iter iterator

Details

Swaps a and b in the same level of store. Note that this function only works with unsorted stores.
 

See also

#2023-3-28