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.DOMHTMLHRElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLHRElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLHRElement (ManagedPtr DOMHTMLHRElement) 

class (GObject o, IsDescendantOf DOMHTMLHRElement o) => IsDOMHTMLHRElement o Source #

Type class for types which can be safely cast to DOMHTMLHRElement, for instance with toDOMHTMLHRElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLHRElement o) => IsDOMHTMLHRElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHRElement

toDOMHTMLHRElement :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m DOMHTMLHRElement Source #

Cast to DOMHTMLHRElement, 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, getAlign, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, 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, getLocalName, getNamespaceUri, getNextElementSibling, getNextSibling, getNoShade, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSize, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getWebkitRegionOverset, getWebkitdropzone, getWidth.

Setters

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

getAlign

dOMHTMLHRElementGetAlign Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNoShade

dOMHTMLHRElementGetNoShade Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSize

dOMHTMLHRElementGetSize Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLHRElementGetWidth Source #

Arguments

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

self: A DOMHTMLHRElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLHRElementSetAlign Source #

Arguments

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

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setNoShade

dOMHTMLHRElementSetNoShade Source #

Arguments

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

self: A DOMHTMLHRElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSize

dOMHTMLHRElementSetSize Source #

Arguments

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

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLHRElementSetWidth Source #

Arguments

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

self: A DOMHTMLHRElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLHRElementAlign :: (IsDOMHTMLHRElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLHRElementAlign :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHRElement #align

setDOMHTMLHRElementAlign :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Text -> m () Source #

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

set dOMHTMLHRElement [ #align := value ]

noShade

No description available in the introspection data.

constructDOMHTMLHRElementNoShade :: (IsDOMHTMLHRElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLHRElementNoShade :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m Bool Source #

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

get dOMHTMLHRElement #noShade

setDOMHTMLHRElementNoShade :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Bool -> m () Source #

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

set dOMHTMLHRElement [ #noShade := value ]

size

No description available in the introspection data.

constructDOMHTMLHRElementSize :: (IsDOMHTMLHRElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLHRElementSize :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHRElement #size

setDOMHTMLHRElementSize :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Text -> m () Source #

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

set dOMHTMLHRElement [ #size := value ]

width

No description available in the introspection data.

constructDOMHTMLHRElementWidth :: (IsDOMHTMLHRElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLHRElementWidth :: (MonadIO m, IsDOMHTMLHRElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHRElement #width

setDOMHTMLHRElementWidth :: (MonadIO m, IsDOMHTMLHRElement o) => o -> Text -> m () Source #

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

set dOMHTMLHRElement [ #width := value ]