| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2.Flags
Contents
Description
Synopsis
- data EditorTypingAttributes
- data FindOptions
- data HitTestResultContext
- data SnapshotOptions
- data WebsiteDataTypes
- = WebsiteDataTypesMemoryCache
- | WebsiteDataTypesDiskCache
- | WebsiteDataTypesOfflineApplicationCache
- | WebsiteDataTypesSessionStorage
- | WebsiteDataTypesLocalStorage
- | WebsiteDataTypesWebsqlDatabases
- | WebsiteDataTypesIndexeddbDatabases
- | WebsiteDataTypesPluginData
- | WebsiteDataTypesCookies
- | WebsiteDataTypesAll
- | AnotherWebsiteDataTypes Int
Flags
EditorTypingAttributes
data EditorTypingAttributes Source #
Enum values with flags representing typing attributes.
Since: 2.10
Constructors
| EditorTypingAttributesNone | No typing attributes. |
| EditorTypingAttributesBold | Bold typing attribute. |
| EditorTypingAttributesItalic | Italic typing attribute. |
| EditorTypingAttributesUnderline | Underline typing attribute. |
| EditorTypingAttributesStrikethrough | Strikethrough typing attribute. |
| AnotherEditorTypingAttributes Int | Catch-all for unknown values |
Instances
FindOptions
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 |
Instances
HitTestResultContext
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
SnapshotOptions
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 |
Instances
WebsiteDataTypes
data WebsiteDataTypes Source #
Enum values with flags representing types of Website data.
Since: 2.16
Constructors
| WebsiteDataTypesMemoryCache | Memory cache. |
| WebsiteDataTypesDiskCache | HTTP disk cache. |
| WebsiteDataTypesOfflineApplicationCache | Offline web application cache. |
| WebsiteDataTypesSessionStorage | Session storage data. |
| WebsiteDataTypesLocalStorage | Local storage data. |
| WebsiteDataTypesWebsqlDatabases | WebSQL databases. |
| WebsiteDataTypesIndexeddbDatabases | IndexedDB databases. |
| WebsiteDataTypesPluginData | Plugins data. |
| WebsiteDataTypesCookies | Cookies. |
| WebsiteDataTypesAll | All types. |
| AnotherWebsiteDataTypes Int | Catch-all for unknown values |