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

GI.WebKit2WebExtension.Objects.DOMHTMLBodyElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLBodyElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLBodyElement (ManagedPtr DOMHTMLBodyElement) 

class (GObject o, IsDescendantOf DOMHTMLBodyElement o) => IsDOMHTMLBodyElement o Source #

Type class for types which can be safely cast to DOMHTMLBodyElement, for instance with toDOMHTMLBodyElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLBodyElement o) => IsDOMHTMLBodyElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLBodyElement

toDOMHTMLBodyElement :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m DOMHTMLBodyElement Source #

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

addEventListener, appendChild, bindProperty, bindPropertyFull, blur, click, cloneNodeWithError, closest, compareDocumentPosition, contains, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.

Getters

getALink, getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBackground, getBaseUri, getBgColor, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLink, getLocalName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getTabIndex, getTagName, getText, getTextContent, getTitle, getTranslate, getVLink, getWebkitRegionOverset, getWebkitdropzone.

Setters

setALink, setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setBackground, setBgColor, setClassName, setContentEditable, setData, setDataFull, setDir, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLang, setLink, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setText, setTextContent, setTitle, setTranslate, setVLink, setWebkitdropzone.

getALink

dOMHTMLBodyElementGetALink Source #

Arguments

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

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBackground

dOMHTMLBodyElementGetBackground Source #

Arguments

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

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLBodyElementGetBgColor Source #

Arguments

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

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLink

dOMHTMLBodyElementGetLink Source #

Arguments

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

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getText

dOMHTMLBodyElementGetText Source #

Arguments

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

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVLink

dOMHTMLBodyElementGetVLink Source #

Arguments

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

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setALink

dOMHTMLBodyElementSetALink Source #

Arguments

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

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBackground

dOMHTMLBodyElementSetBackground Source #

Arguments

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

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLBodyElementSetBgColor Source #

Arguments

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

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLink

dOMHTMLBodyElementSetLink Source #

Arguments

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

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setText

dOMHTMLBodyElementSetText Source #

Arguments

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

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVLink

dOMHTMLBodyElementSetVLink Source #

Arguments

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

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

aLink

No description available in the introspection data.

constructDOMHTMLBodyElementALink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBodyElement #aLink

setDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #

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

set dOMHTMLBodyElement [ #aLink := value ]

background

No description available in the introspection data.

constructDOMHTMLBodyElementBackground :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBodyElement #background

setDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #

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

set dOMHTMLBodyElement [ #background := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLBodyElementBgColor :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (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.

getDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBodyElement #bgColor

setDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #

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

set dOMHTMLBodyElement [ #bgColor := value ]

link

No description available in the introspection data.

constructDOMHTMLBodyElementLink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBodyElement #link

setDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #

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

set dOMHTMLBodyElement [ #link := value ]

text

No description available in the introspection data.

constructDOMHTMLBodyElementText :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBodyElement #text

setDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #

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

set dOMHTMLBodyElement [ #text := value ]

vLink

No description available in the introspection data.

constructDOMHTMLBodyElementVLink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLBodyElement #vLink

setDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #

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

set dOMHTMLBodyElement [ #vLink := value ]