Package: gtk

Function gtk:tree-store-move-before

Lambda List

gtk:tree-store-move-before (store iter position)

Arguments

store -- a gtk:tree-store
iter -- a gtk:tree-iter iterator
position -- a gtk:tree-iter iterator or nil

Details

Moves iter in store to the position before position. iter and position should be in the same level. Note that this function only works with unsorted stores. If position is nil, iter will be moved to the end of the level.

Warning

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

See also

#2024-5-16