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

GI.WebKit2WebExtension.Objects.DOMHTMLStyleElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLStyleElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLStyleElement (ManagedPtr DOMHTMLStyleElement) 

class (GObject o, IsDescendantOf DOMHTMLStyleElement o) => IsDOMHTMLStyleElement o Source #

Type class for types which can be safely cast to DOMHTMLStyleElement, for instance with toDOMHTMLStyleElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLStyleElement o) => IsDOMHTMLStyleElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLStyleElement

toDOMHTMLStyleElement :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> m DOMHTMLStyleElement Source #

Cast to DOMHTMLStyleElement, 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

getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDisabled, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getMedia, 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, getSheet, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getTypeAttr, getWebkitRegionOverset, getWebkitdropzone.

Setters

setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setContentEditable, setData, setDataFull, setDir, setDisabled, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLang, setMedia, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setTypeAttr, setWebkitdropzone.

getDisabled

dOMHTMLStyleElementGetDisabled Source #

Arguments

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

self: A DOMHTMLStyleElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getMedia

dOMHTMLStyleElementGetMedia Source #

Arguments

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

self: A DOMHTMLStyleElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSheet

dOMHTMLStyleElementGetSheet Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLStyleElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLStyleElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLStyleElementSetDisabled Source #

Arguments

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

self: A DOMHTMLStyleElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setMedia

dOMHTMLStyleElementSetMedia Source #

Arguments

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

self: A DOMHTMLStyleElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLStyleElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLStyleElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

disabled

No description available in the introspection data.

constructDOMHTMLStyleElementDisabled :: (IsDOMHTMLStyleElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLStyleElementDisabled :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> m Bool Source #

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

get dOMHTMLStyleElement #disabled

setDOMHTMLStyleElementDisabled :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> Bool -> m () Source #

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

set dOMHTMLStyleElement [ #disabled := value ]

media

No description available in the introspection data.

constructDOMHTMLStyleElementMedia :: (IsDOMHTMLStyleElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLStyleElementMedia :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLStyleElement #media

setDOMHTMLStyleElementMedia :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> Text -> m () Source #

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

set dOMHTMLStyleElement [ #media := value ]

sheet

No description available in the introspection data.

getDOMHTMLStyleElementSheet :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> m (Maybe DOMStyleSheet) Source #

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

get dOMHTMLStyleElement #sheet

type

No description available in the introspection data.

clearDOMHTMLStyleElementType :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLStyleElementType :: (IsDOMHTMLStyleElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLStyleElementType :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLStyleElement #type

setDOMHTMLStyleElementType :: (MonadIO m, IsDOMHTMLStyleElement o) => o -> Text -> m () Source #

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

set dOMHTMLStyleElement [ #type := value ]