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.
 

See also

#2023-3-28