Package: gtk

Function gtk:tree-model-sort-reset-default-sort-func

Lambda List

gtk:tree-model-sort-reset-default-sort-func (model)

Arguments

model -- a gtk:tree-model-sort object

Details

This resets the default sort function to be in the 'unsorted' state. That is, it is in the same order as the child model. It will re-sort the model to be in the same order as the child model only if the gtk:tree-model-sort object is in 'unsorted' state.

Warning

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

See also

#2024-5-9