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 _getGType() static nothrow
GType _gType() @property nothrow
AnyFilter self() nothrowReturns `this`, for use in `with` statements.
AnyFilterGidBuilder builder() static nothrowGet 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
AnyFilter build() nothrowCreate object from builder. Returns: New object