Package: gtk

Function gtk:tree-store-reorder

Lambda List

gtk:tree-store-reorder (store parent order)

Arguments

store -- a gtk:list-store object
parent -- a gtk:tree-iter iterator
order -- a list of integer mapping the new position of each child row to its old position before the re-ordering

Details

Reorders the children of parent in store to follow the order indicated by order. 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