About all my projects
Gnome::Gtk4::EveryFilter

Gnome::Gtk4::EveryFilter

Description

Gnome::Gtk4::EveryFilter matches an item when each of its filters matches.

To add filters to a Gnome::Gtk4::EveryFilter, use .append() in class Gnome::Gtk4::MultiFilter.

Class initialization

new

:native-object

Create an object using a native object from elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object :$native-object! )

new-everyfilter

Creates a new empty "every" filter.

Use .append() in class Gnome::Gtk4::MultiFilter to add filters to it.

This filter matches an item if each 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 every item.

method new-everyfilter ( --> Gnome::Gtk4::EveryFilter \)