Signal
GtkFilter::changed
Description [src]
Emitted whenever the filter changed.
Users of the filter should then check items again via
gtk_filter_match()
.
GtkFilterListModel
handles this signal automatically.
Depending on the change
parameter, not all items need
to be checked, but only some. Refer to the GtkFilterChange
documentation for details.
Default handler: The default handler is called after the handlers added via |
Parameters
change
-
Type:
GtkFilterChange
How the filter changed.