Module: Gtk::TextSearchFlags

Defined in:
(unknown)

Constant Summary collapse

VISIBLE_ONLY =

Search only visible data. A search match may have invisible text interspersed.

1 or :visible_only
TEXT_ONLY =

Search only text. A match may have pixbufs or child widgets mixed inside the matched range.

2 or :text_only
CASE_INSENSITIVE =

The text will be matched regardless of what case it is in.

4 or :case_insensitive