MultiFilter
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_multi_filter_get_type ()" ) ]
public abstract class MultiFilter : Filter, ListModel, Buildable
public abstract class MultiFilter : Filter, ListModel, Buildable
GtkMultiFilter is the base type that implements support for handling multiple filters.
GtkAnyFilter is a subclass of GtkMultiFilter that matches an item when at least one of its filters matches.
GtkEveryFilter is a subclass of GtkMultiFilter that matches an item when each of its filters matches.
All known sub-classes:
Namespace: Gtk
Package: gtk4
Content:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gtk.Filter
All known members inherited from class GLib.Object
All known members inherited from interface GLib.ListModel
All known members inherited from interface Gtk.Buildable