Module: Gtk::StringFilterMatchMode
- Defined in:
- (unknown)
Constant Summary collapse
- EXACT =
The search string and
text must match exactly. 0 or :exact
- SUBSTRING =
The search string
must be contained as a substring inside the text. 1 or :substring
- PREFIX =
The text must begin
with the search string. 2 or :prefix