gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLDocument

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source #

Type class for types which can be safely cast to DOMHTMLDocument, for instance with toDOMHTMLDocument.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument Source #

Cast to DOMHTMLDocument, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

captureEvents

dOMHTMLDocumentCaptureEvents Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

clear

dOMHTMLDocumentClear Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

close

dOMHTMLDocumentClose Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlinkColor

dOMHTMLDocumentGetAlinkColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLDocumentGetBgColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCompatMode

dOMHTMLDocumentGetCompatMode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.14)Use dOMDocumentGetCompatMode instead.

No description available in the introspection data.

getDesignMode

dOMHTMLDocumentGetDesignMode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.14)Use dOMDocumentGetDesignMode instead.

No description available in the introspection data.

getDir

dOMHTMLDocumentGetDir Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getEmbeds

dOMHTMLDocumentGetEmbeds Source #

Deprecated: (Since version 2.14)Use dOMDocumentGetEmbeds instead.

No description available in the introspection data.

getFgColor

dOMHTMLDocumentGetFgColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLDocumentGetHeight Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLinkColor

dOMHTMLDocumentGetLinkColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPlugins

dOMHTMLDocumentGetPlugins Source #

Deprecated: (Since version 2.14)Use dOMDocumentGetPlugins instead.

No description available in the introspection data.

getScripts

dOMHTMLDocumentGetScripts Source #

Deprecated: (Since version 2.14)Use dOMDocumentGetScripts instead.

No description available in the introspection data.

getVlinkColor

dOMHTMLDocumentGetVlinkColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLDocumentGetWidth Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

releaseEvents

dOMHTMLDocumentReleaseEvents Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlinkColor

dOMHTMLDocumentSetAlinkColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLDocumentSetBgColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDesignMode

dOMHTMLDocumentSetDesignMode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.14)Use dOMDocumentSetDesignMode instead.

No description available in the introspection data.

setDir

dOMHTMLDocumentSetDir Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setFgColor

dOMHTMLDocumentSetFgColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLinkColor

dOMHTMLDocumentSetLinkColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVlinkColor

dOMHTMLDocumentSetVlinkColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDocument a) 
=> a

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

alinkColor

No description available in the introspection data.

constructDOMHTMLDocumentAlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “alink-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

Get the value of the “alink-color” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #alinkColor

setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “alink-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #alinkColor := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLDocumentBgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “bg-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

Get the value of the “bg-color” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #bgColor

setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “bg-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #bgColor := value ]

dir

No description available in the introspection data.

constructDOMHTMLDocumentDir :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “dir” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

Get the value of the “dir” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #dir

setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “dir” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #dir := value ]

fgColor

No description available in the introspection data.

constructDOMHTMLDocumentFgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “fg-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

Get the value of the “fg-color” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #fgColor

setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “fg-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #fgColor := value ]

height

No description available in the introspection data.

getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #

Get the value of the “height” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #height

linkColor

No description available in the introspection data.

constructDOMHTMLDocumentLinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “link-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

Get the value of the “link-color” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #linkColor

setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “link-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #linkColor := value ]

vlinkColor

No description available in the introspection data.

constructDOMHTMLDocumentVlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “vlink-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

Get the value of the “vlink-color” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #vlinkColor

setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “vlink-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #vlinkColor := value ]

width

No description available in the introspection data.

getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #

Get the value of the “width” property. When overloading is enabled, this is equivalent to

get dOMHTMLDocument #width