Enumeration
Gtk.FilterChange
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
Name | Nickname | Value | Description |
---|---|---|---|
GTK_FILTER_CHANGE_DIFFERENT |
"different" |
0 |
The filter change cannot be described with any of the other enumeration values. |
GTK_FILTER_CHANGE_LESS_STRICT |
"less-strict" |
1 |
The filter is less strict than
it was before: All items that it used to return |
GTK_FILTER_CHANGE_MORE_STRICT |
"more-strict" |
2 |
The filter is more strict than
it was before: All items that it used to return |