Class AnyFilter

All Implemented Interfaces:
PointerInterface

public class AnyFilter extends MultiFilter
`GtkAnyFilter` matches an item when at least one of its filters matches.

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

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

  • Constructor Details

    • AnyFilter

      public AnyFilter(PointerContainer pointer)
    • AnyFilter

      public AnyFilter()
      Creates a new empty "any" filter.

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