Package: gtk

GEnum gtk:string-filter-match-mode

Declaration

(gobject:define-genum "GtkStringFilterMatchMode" string-filter-match-mode
  (:export t
   :type-initializer "gtk_string_filter_match_mode_get_type")
  (:exact 0)
  (:substring 1)
  (:prefix 2))  

Values

:exact
The search string and text must match exactly.
:substring
The search string must be contained as a substring inside the text.
:prefix
The text must begin with the search string.

Details

Specifies how search strings are matched inside text.
 

See also

2024-9-28