Package: gtk

Function gtk:custom-sorter-new

Lambda List

gtk:custom-sorter-new (&optional func)

Arguments

func -- a g:compare-data-func callback function to use for sorting

Return Value

The new gtk:custom-sorter object.

Details

Creates a new custom sorter that works by calling the func callback function to compare objects. If func is nil, all objects are considered equal.
 

See also

2023-9-13