Package: gtk
GFlags gtk:text-search-flags
Declaration(gobject:define-gflags "GtkTextSearchFlags" text-search-flags (:export t :type-initializer "gtk_text_search_flags_get_type") (:visible-only 1) (:text-only 2) (:case-insensitive 4)) Values
Details Flags affecting how a search is done. If neither :visible-only nor :text-only are enabled, the match must be exact. The special 0xFFFC character will match embedded pixbufs
or child widgets. | See also |
2024-7-1