Package: gtk

Function gtk:list-store-move-after

Lambda List

gtk:list-store-move-after (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 after pos. Note that this function only works with unsorted stores. If the pos argument is nil, iter will be moved to the start 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