enum Gtk::FilterMatch
Overview
Describes the known strictness of a filter.
Note that for filters where the strictness is not known,
GTK_FILTER_MATCH_SOME is always an acceptable value,
even if a filter does match all or no items.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Some =
0_u32 -
The filter matches some items,
Gtk::Filter#matchmay return true or false -
None =
1_u32 -
The filter does not match any item,
Gtk::Filter#matchwill always return false -
All =
2_u32 -
The filter matches all items,
Gtk::Filter#matchwill alays return true
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.