Package: gtk

Function gtk:custom-filter-set-filter-func

Lambda List

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

Arguments

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

Details

to unset the function Sets (or unsets) the function used for filtering items. If func 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