Class
Gtk.CustomFilter
Description [src]
final class Gtk.CustomFilter : Gtk.Filter {
/* No available fields */
}
GtkCustomFilter
determines whether to include items with a callback.
Ancestors
- GtkFilter
- GObject
Constructors
gtk_custom_filter_new
Creates a new filter using the given match_func
to filter items.
Instance methods
gtk_custom_filter_set_filter_func
Sets the function used for filtering items.
Methods inherited from GtkFilter (3)
gtk_filter_changed
Emits the GtkFilter::changed
signal to notify all users of the filter that
the filter changed. Users of the filter should then check items again via
gtk_filter_match()
.
gtk_filter_get_strictness
Gets the known strictness of filters
. If the strictness is not known,
GTK_FILTER_MATCH_SOME
is returned.
gtk_filter_match
Checks if the given item
is matched by the filter or not.