Package: gtk

Function gtk:custom-filter-new

Lambda List

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

Arguments

func -- an optional gtk:custom-filter-func callback function to filter items, the default value is nil

Return Value

The new gtk:custom-filter object.

Details

Creates a new custom filter using the given func callback function to filter items. If the func argument is nil, the custom filter matches all items. If the custom filter function changes its filtering behavior, the gtk:filter-changed function needs to be called.
 

See also

2024-9-27