gi-webkit2-4.0.11: WebKit2 bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Flags

Contents

Description

 

Synopsis

Exported types

data SnapshotOptions Source #

Enum values used to specify options when taking a snapshot from a WebView.

Constructors

SnapshotOptionsNone

Do not include any special options.

SnapshotOptionsIncludeSelectionHighlighting

Whether to include in the snapshot the highlight of the selected content.

SnapshotOptionsTransparentBackground

Do not fill the background with white before rendering the snapshot. Since 2.8

AnotherSnapshotOptions Int

Catch-all for unknown values

data HitTestResultContext Source #

Enum values with flags representing the context of a HitTestResult.

Constructors

HitTestResultContextDocument

anywhere in the document.

HitTestResultContextLink

a hyperlink element.

HitTestResultContextImage

an image element.

HitTestResultContextMedia

a video or audio element.

HitTestResultContextEditable

an editable element

HitTestResultContextScrollbar

a scrollbar element.

HitTestResultContextSelection

a selected element. Since 2.8

AnotherHitTestResultContext Int

Catch-all for unknown values

Instances

Enum HitTestResultContext Source # 
Eq HitTestResultContext Source # 
Ord HitTestResultContext Source # 
Show HitTestResultContext Source # 
BoxedFlags HitTestResultContext Source # 
IsGFlag HitTestResultContext Source # 

data FindOptions Source #

Enum values used to specify search options.

Constructors

FindOptionsNone

no search flags, this means a case sensitive, no wrap, forward only search.

FindOptionsCaseInsensitive

case insensitive search.

FindOptionsAtWordStarts

search text only at the begining of the words.

FindOptionsTreatMedialCapitalAsWordStart

treat capital letters in the middle of words as word start.

FindOptionsBackwards

search backwards.

FindOptionsWrapAround

if not present search will stop at the end of the document.

AnotherFindOptions Int

Catch-all for unknown values

data EditorTypingAttributes Source #

Enum values with flags representing typing attributes.

Since: 2.10

Constructors

EditorTypingAttributesNone

No typing attrubutes.

EditorTypingAttributesBold

Bold typing attribute.

EditorTypingAttributesItalic

Italic typing attribute.

EditorTypingAttributesUnderline

Underline typing attribute.

EditorTypingAttributesStrikethrough

Strikethrough typing attribute.

AnotherEditorTypingAttributes Int

Catch-all for unknown values

Instances

Enum EditorTypingAttributes Source # 
Eq EditorTypingAttributes Source # 
Ord EditorTypingAttributes Source # 
Show EditorTypingAttributes Source # 
BoxedFlags EditorTypingAttributes Source # 
IsGFlag EditorTypingAttributes Source #