Class: Gtk::AnyFilter
- Inherits:
-
MultiFilter
- Object
- Filter
- MultiFilter
- Gtk::AnyFilter
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#initialize ⇒ Gtk::AnyFilter
constructor
Creates a new empty "any" filter.
Methods inherited from MultiFilter
#append, #item_type, #item_type=, #n_items, #n_items=, #remove
Methods inherited from Filter
Constructor Details
#initialize ⇒ Gtk::AnyFilter
Creates a new empty "any" filter.
Use [methodGtk.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.