Module: Gtk::FilterChange
- Defined in:
- (unknown)
Constant Summary collapse
- DIFFERENT =
The filter change cannot be
described with any of the other enumeration values. 0 or :different
- LESS_STRICT =
The filter is less strict than
it was before: All items that it used to return true for
still return true, others now may, too. 1 or :less_strict
- MORE_STRICT =
The filter is more strict than
it was before: All items that it used to return false for
still return false, others now may, too. 2 or :more_strict