Package: gtk

Function gtk:list-store-move-before

Lambda List

gtk:list-store-move-before (model iter pos)

Arguments

model -- a gtk:list-store object
iter -- a gtk:tree-iter iterator
pos -- a gtk:tree-iter iterator, or nil

Details

Moves iter in model to the position before pos. Note that this function only works with unsorted stores. If the pos argument is nil, iter will be moved to the end of the list.

Warning

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

See also

#2024-4-7