WebKit.FindOptions – webkit2gtk-4.0 Reference Manual
FindOptions
Description:
[
CCode
( cprefix =
"WEBKIT_FIND_OPTIONS_"
, type_id =
"webkit_find_options_get_type ()"
) ]
[
Flags
]
public
enum
FindOptions
Enum values used to specify search options.
Namespace:
WebKit
Package:
webkit2gtk-4.0
Content:
Enum values:
AT_WORD_STARTS
-
search text only at the begining of the words.
BACKWARDS
-
search backwards.
CASE_INSENSITIVE
-
case insensitive search.
NONE
-
no search flags, this means a case sensitive, no wrap, forward only search.
TREAT_MEDIAL_CAPITAL_AS_WORD_START
-
treat capital letters in the middle of words as word start.
WRAP_AROUND
-
if not present search will stop at the end of the document.
2022 vala-language.org