Class EveryFilter

All Implemented Interfaces:
PointerInterface

public class EveryFilter extends MultiFilter
`GtkEveryFilter` matches an item when each of its filters matches.

To add filters to a `GtkEveryFilter`, use [method@Gtk.MultiFilter.append].

https://docs.gtk.org/gtk4/class.EveryFilter.html

  • Constructor Details

    • EveryFilter

      public EveryFilter(PointerContainer pointer)
    • EveryFilter

      public EveryFilter()
      Creates a new empty "every" filter.

      Use [method@Gtk.MultiFilter.append] 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 Details