Package: gtk

Function gtk:list-store-reorder

Lambda List

gtk:list-store-reorder (model order)

Arguments

model -- a gtk:list-store object
order -- a list of integer mapping the new position of each row to its old position before the re-ordering

Details

Reorders model to follow the order indicated by order. 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