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.

Warning

The gtk:tree-store implementation is deprecated since 4.10. Use the gtk:tree-list-model object instead.
 

See also

#2024-5-16