Package: gtk

Function gtk:any-filter-new

Lambda List

gtk:any-filter-new ()

Return Value

The new gtk:any-filter object.

Details

Creates a new empty "any" filter. Use the gtk:multi-filter-append function to add filters to it. This filter matches an item if any of the filters added to it matches the item. In particular, this means that if no filter has been added to it, the filter matches no item.
 

See also

2024-9-28