StringFilter
GtkStringFilter
determines whether to include items by comparing strings to a fixed search term.
The strings are obtained from the items by evaluating a GtkExpression
set with method@Gtk.StringFilter.set_expression, and they are compared against a search term set with method@Gtk.StringFilter.set_search.
GtkStringFilter
has several different modes of comparison - it can match the whole string, just a prefix, or any substring. Use method@Gtk.StringFilter.set_match_mode choose a mode.
It is also possible to make case-insensitive comparisons, with method@Gtk.StringFilter.set_ignore_case.
Constructors
Properties
Functions
Notifies all users of the filter that it has changed.
Emitted whenever the filter changed.
Gets the expression that the string filter uses to obtain strings from items.
Returns whether the filter ignores case differences.
Returns the match mode that the filter is using.
Gets the known strictness of @filters.
Sets the expression that the string filter uses to obtain strings from items.
Sets whether the filter ignores case differences.
Sets the match mode for the filter.