Enumeration
GtkFilterChange
Description [src]
Describes changes in a filter in more detail and allows objects using the filter to optimize refiltering items.
If you are writing an implementation and are not sure which
value to pass, GTK_FILTER_CHANGE_DIFFERENT is always a correct choice.
Members
- GTK_FILTER_CHANGE_DIFFERENT
- 
            The filter change cannot be described with any of the other enumeration values. - Value: 0
- Nickname: different
- Available since: 4.0
 
- Value: 
- GTK_FILTER_CHANGE_LESS_STRICT
- 
            The filter is less strict than it was before: All items that it used to return TRUEfor still returnTRUE, others now may, too.- Value: 1
- Nickname: less-strict
- Available since: 4.0
 
- Value: 
- GTK_FILTER_CHANGE_MORE_STRICT
- 
            The filter is more strict than it was before: All items that it used to return FALSEfor still returnFALSE, others now may, too.- Value: 2
- Nickname: more-strict
- Available since: 4.0
 
- Value: