AnyFilter

class AnyFilter(**properties: Any)

Superclasses: MultiFilter, Filter, Object

Implemented Interfaces: ListModel, Buildable

GtkAnyFilter matches an item when at least one of its filters matches.

To add filters to a GtkAnyFilter, use append.

Constructors

class AnyFilter
classmethod new() AnyFilter

Creates a new empty “any” filter.

Use append 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.