gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLElement o) => IsDOMHTMLElement o Source #

Type class for types which can be safely cast to DOMHTMLElement, for instance with toDOMHTMLElement.

toDOMHTMLElement :: (MonadIO m, IsDOMHTMLElement o) => o -> m DOMHTMLElement Source #

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

Methods

click

dOMHTMLElementClick Source #

Arguments

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

self: A DOMHTMLElement

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAccessKey

dOMHTMLElementGetAccessKey Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getChildren

dOMHTMLElementGetChildren Source #

Deprecated: (Since version 2.10)Use dOMElementGetChildren instead.

No description available in the introspection data.

getContentEditable

dOMHTMLElementGetContentEditable Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDir

dOMHTMLElementGetDir Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getDraggable

dOMHTMLElementGetDraggable Source #

Arguments

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

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getHidden

dOMHTMLElementGetHidden Source #

Arguments

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

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getInnerHtml

dOMHTMLElementGetInnerHtml Source #

Arguments

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

self: a DOMHTMLElement

-> m Text

Returns: a gchar

Deprecated: (Since version 2.8)Use dOMElementGetInnerHtml instead.

No description available in the introspection data.

getInnerText

dOMHTMLElementGetInnerText Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getIsContentEditable

dOMHTMLElementGetIsContentEditable Source #

Arguments

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

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLang

dOMHTMLElementGetLang Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getOuterHtml

dOMHTMLElementGetOuterHtml Source #

Arguments

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

self: a DOMHTMLElement

-> m Text

Returns: a gchar

Deprecated: (Since version 2.8)Use dOMElementGetOuterHtml instead.

No description available in the introspection data.

getOuterText

dOMHTMLElementGetOuterText Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSpellcheck

dOMHTMLElementGetSpellcheck Source #

Arguments

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

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getTabIndex

dOMHTMLElementGetTabIndex Source #

Arguments

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

self: A DOMHTMLElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTitle

dOMHTMLElementGetTitle Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTranslate

dOMHTMLElementGetTranslate Source #

Arguments

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

self: A DOMHTMLElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getWebkitdropzone

dOMHTMLElementGetWebkitdropzone Source #

Arguments

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

self: A DOMHTMLElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setAccessKey

dOMHTMLElementSetAccessKey Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setContentEditable

dOMHTMLElementSetContentEditable Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDir

dOMHTMLElementSetDir Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDraggable

dOMHTMLElementSetDraggable Source #

Arguments

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

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setHidden

dOMHTMLElementSetHidden Source #

Arguments

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

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setInnerHtml

dOMHTMLElementSetInnerHtml Source #

Arguments

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

self: a DOMHTMLElement

-> Text

contents: a gchar with contents to set

-> m ()

(Can throw GError)

Deprecated: (Since version 2.8)Use dOMElementSetInnerHtml instead.

No description available in the introspection data.

setInnerText

dOMHTMLElementSetInnerText Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLang

dOMHTMLElementSetLang Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setOuterHtml

dOMHTMLElementSetOuterHtml Source #

Arguments

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

self: a DOMHTMLElement

-> Text

contents: a gchar with contents to set

-> m ()

(Can throw GError)

Deprecated: (Since version 2.8)Use dOMElementSetOuterHtml instead.

No description available in the introspection data.

setOuterText

dOMHTMLElementSetOuterText Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSpellcheck

dOMHTMLElementSetSpellcheck Source #

Arguments

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

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setTabIndex

dOMHTMLElementSetTabIndex Source #

Arguments

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

self: A DOMHTMLElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTitle

dOMHTMLElementSetTitle Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTranslate

dOMHTMLElementSetTranslate Source #

Arguments

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

self: A DOMHTMLElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setWebkitdropzone

dOMHTMLElementSetWebkitdropzone Source #

Arguments

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

self: A DOMHTMLElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

Properties

accessKey

No description available in the introspection data.

constructDOMHTMLElementAccessKey :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementAccessKey :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #accessKey

setDOMHTMLElementAccessKey :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #accessKey := value ]

contentEditable

No description available in the introspection data.

clearDOMHTMLElementContentEditable :: (MonadIO m, IsDOMHTMLElement o) => o -> m () Source #

Set the value of the “content-editable” property to Nothing. When overloading is enabled, this is equivalent to

clear #contentEditable

constructDOMHTMLElementContentEditable :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementContentEditable :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #contentEditable

setDOMHTMLElementContentEditable :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #contentEditable := value ]

dir

No description available in the introspection data.

constructDOMHTMLElementDir :: IsDOMHTMLElement 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.

getDOMHTMLElementDir :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #dir

setDOMHTMLElementDir :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #dir := value ]

draggable

No description available in the introspection data.

constructDOMHTMLElementDraggable :: IsDOMHTMLElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementDraggable :: (MonadIO m, IsDOMHTMLElement o) => o -> m Bool Source #

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

get dOMHTMLElement #draggable

setDOMHTMLElementDraggable :: (MonadIO m, IsDOMHTMLElement o) => o -> Bool -> m () Source #

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

set dOMHTMLElement [ #draggable := value ]

hidden

No description available in the introspection data.

constructDOMHTMLElementHidden :: IsDOMHTMLElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementHidden :: (MonadIO m, IsDOMHTMLElement o) => o -> m Bool Source #

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

get dOMHTMLElement #hidden

setDOMHTMLElementHidden :: (MonadIO m, IsDOMHTMLElement o) => o -> Bool -> m () Source #

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

set dOMHTMLElement [ #hidden := value ]

innerText

No description available in the introspection data.

clearDOMHTMLElementInnerText :: (MonadIO m, IsDOMHTMLElement o) => o -> m () Source #

Set the value of the “inner-text” property to Nothing. When overloading is enabled, this is equivalent to

clear #innerText

constructDOMHTMLElementInnerText :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementInnerText :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #innerText

setDOMHTMLElementInnerText :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #innerText := value ]

isContentEditable

No description available in the introspection data.

getDOMHTMLElementIsContentEditable :: (MonadIO m, IsDOMHTMLElement o) => o -> m Bool Source #

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

get dOMHTMLElement #isContentEditable

lang

No description available in the introspection data.

constructDOMHTMLElementLang :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementLang :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #lang

setDOMHTMLElementLang :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #lang := value ]

outerText

No description available in the introspection data.

clearDOMHTMLElementOuterText :: (MonadIO m, IsDOMHTMLElement o) => o -> m () Source #

Set the value of the “outer-text” property to Nothing. When overloading is enabled, this is equivalent to

clear #outerText

constructDOMHTMLElementOuterText :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementOuterText :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #outerText

setDOMHTMLElementOuterText :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #outerText := value ]

spellcheck

No description available in the introspection data.

constructDOMHTMLElementSpellcheck :: IsDOMHTMLElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementSpellcheck :: (MonadIO m, IsDOMHTMLElement o) => o -> m Bool Source #

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

get dOMHTMLElement #spellcheck

setDOMHTMLElementSpellcheck :: (MonadIO m, IsDOMHTMLElement o) => o -> Bool -> m () Source #

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

set dOMHTMLElement [ #spellcheck := value ]

tabIndex

No description available in the introspection data.

constructDOMHTMLElementTabIndex :: IsDOMHTMLElement o => CLong -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementTabIndex :: (MonadIO m, IsDOMHTMLElement o) => o -> m CLong Source #

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

get dOMHTMLElement #tabIndex

setDOMHTMLElementTabIndex :: (MonadIO m, IsDOMHTMLElement o) => o -> CLong -> m () Source #

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

set dOMHTMLElement [ #tabIndex := value ]

title

No description available in the introspection data.

constructDOMHTMLElementTitle :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementTitle :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #title

setDOMHTMLElementTitle :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #title := value ]

translate

No description available in the introspection data.

constructDOMHTMLElementTranslate :: IsDOMHTMLElement o => Bool -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementTranslate :: (MonadIO m, IsDOMHTMLElement o) => o -> m Bool Source #

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

get dOMHTMLElement #translate

setDOMHTMLElementTranslate :: (MonadIO m, IsDOMHTMLElement o) => o -> Bool -> m () Source #

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

set dOMHTMLElement [ #translate := value ]

webkitdropzone

No description available in the introspection data.

constructDOMHTMLElementWebkitdropzone :: IsDOMHTMLElement o => Text -> IO (GValueConstruct o) Source #

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

getDOMHTMLElementWebkitdropzone :: (MonadIO m, IsDOMHTMLElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLElement #webkitdropzone

setDOMHTMLElementWebkitdropzone :: (MonadIO m, IsDOMHTMLElement o) => o -> Text -> m () Source #

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

set dOMHTMLElement [ #webkitdropzone := value ]