gtk.any_filter

Module for [AnyFilter] class

Types 3

[gtk.any_filter.AnyFilter] matches an item when at least one of its filters matches.

To add filters to a [gtk.any_filter.AnyFilter], use [gtk.multi_filter.MultiFilter.append].

Methods
GType _gType() @property
AnyFilter self()Returns `this`, for use in `with` statements.
AnyFilterGidBuilder builder()Get builder for [gtk.any_filter.AnyFilter] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new empty "any" filter.

Fluent builder for [gtk.any_filter.AnyFilter]

Methods