Package: gtk

Function gtk:list-store-swap

Lambda List

gtk:list-store-swap (model a b)

Arguments

model -- a gtk:list-store object
a -- a gtk:tree-iter iterator
b -- a gtk:tree-iter iterator

Details

Swaps a and b in model. Note that this function only works with unsorted stores.

Warning

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

See also

#2024-4-7