Package: gtk

Function gtk:custom-sorter-set-sort-func

Lambda List

gtk:custom-sorter-set-sort-func (sorter func)

Arguments

sorter -- a gtk:custom-sorter object
func -- a g:compare-data-func callback function

Details

Sets (or unsets) the callback function used for sorting items. If func is nil, all items are considered equal. If the sort function changes its sorting behavior, the gtk:sorter-changed function needs to be called.
 

See also

2023-9-13