Gtk.AnyFilter¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.MultiFilter (2), Gtk.Filter (3), GObject.Object (37), Gio.ListModel (4), Gtk.Buildable (1)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Gtk.Filter (2), GObject.Object (7), Gio.ListModel (3), Gtk.Buildable (9)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gtk.AnyFilter(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GtkAnyFilter
matches an item when at least one of its filters matches.To add filters to a
GtkAnyFilter
, use [method`Gtk`.MultiFilter.append].- classmethod new()[source]¶
- Returns:
a new
GtkAnyFilter
- Return type:
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.