Gtk.EveryFilter¶
- 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.EveryFilter(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
GtkEveryFilter
matches an item when each of its filters matches.To add filters to a
GtkEveryFilter
, use [method`Gtk`.MultiFilter.append].- classmethod new()[source]¶
- Returns:
a new
GtkEveryFilter
- Return type:
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.