gi-webkit2webextension-4.0.28: 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.DOMHTMLAnchorElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLAnchorElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLAnchorElement (ManagedPtr DOMHTMLAnchorElement) 

class (GObject o, IsDescendantOf DOMHTMLAnchorElement o) => IsDOMHTMLAnchorElement o Source #

Type class for types which can be safely cast to DOMHTMLAnchorElement, for instance with toDOMHTMLAnchorElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLAnchorElement o) => IsDOMHTMLAnchorElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLAnchorElement

toDOMHTMLAnchorElement :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m DOMHTMLAnchorElement Source #

Cast to DOMHTMLAnchorElement, 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, getCharset, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getCoords, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHash, getHidden, getHost, getHostname, getHref, getHreflang, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPathname, getPort, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getProtocol, getQdata, getRel, getRev, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSearch, getShape, getSpellcheck, getStyle, getTabIndex, getTagName, getTarget, getText, getTextContent, getTitle, getTranslate, getTypeAttr, getWebkitRegionOverset, getWebkitdropzone.

Setters

setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setCharset, setClassName, setContentEditable, setCoords, setData, setDataFull, setDir, setDraggable, setHash, setHidden, setHost, setHostname, setHref, setHreflang, setId, setInnerHtml, setInnerText, setLang, setName, setNodeValue, setOuterHtml, setOuterText, setPathname, setPort, setPrefix, setProperty, setProtocol, setRel, setRev, setScrollLeft, setScrollTop, setSearch, setShape, setSpellcheck, setTabIndex, setTarget, setText, setTextContent, setTitle, setTranslate, setTypeAttr, setWebkitdropzone.

getCharset

dOMHTMLAnchorElementGetCharset Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCoords

dOMHTMLAnchorElementGetCoords Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHash

dOMHTMLAnchorElementGetHash Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHost

dOMHTMLAnchorElementGetHost Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHostname

dOMHTMLAnchorElementGetHostname Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHref

dOMHTMLAnchorElementGetHref Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHreflang

dOMHTMLAnchorElementGetHreflang Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLAnchorElementGetName Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPathname

dOMHTMLAnchorElementGetPathname Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPort

dOMHTMLAnchorElementGetPort Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getProtocol

dOMHTMLAnchorElementGetProtocol Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRel

dOMHTMLAnchorElementGetRel Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRev

dOMHTMLAnchorElementGetRev Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSearch

dOMHTMLAnchorElementGetSearch Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getShape

dOMHTMLAnchorElementGetShape Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTarget

dOMHTMLAnchorElementGetTarget Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getText

dOMHTMLAnchorElementGetText Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLAnchorElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCharset

dOMHTMLAnchorElementSetCharset Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCoords

dOMHTMLAnchorElementSetCoords Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHash

dOMHTMLAnchorElementSetHash Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHost

dOMHTMLAnchorElementSetHost Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHostname

dOMHTMLAnchorElementSetHostname Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHref

dOMHTMLAnchorElementSetHref Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHreflang

dOMHTMLAnchorElementSetHreflang Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLAnchorElementSetName Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setPathname

dOMHTMLAnchorElementSetPathname Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setPort

dOMHTMLAnchorElementSetPort Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setProtocol

dOMHTMLAnchorElementSetProtocol Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRel

dOMHTMLAnchorElementSetRel Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRev

dOMHTMLAnchorElementSetRev Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSearch

dOMHTMLAnchorElementSetSearch Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setShape

dOMHTMLAnchorElementSetShape Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTarget

dOMHTMLAnchorElementSetTarget Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setText

dOMHTMLAnchorElementSetText Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

setTypeAttr

dOMHTMLAnchorElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLAnchorElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

charset

No description available in the introspection data.

constructDOMHTMLAnchorElementCharset :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementCharset :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #charset

setDOMHTMLAnchorElementCharset :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #charset := value ]

coords

No description available in the introspection data.

constructDOMHTMLAnchorElementCoords :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementCoords :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #coords

setDOMHTMLAnchorElementCoords :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #coords := value ]

hash

No description available in the introspection data.

constructDOMHTMLAnchorElementHash :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementHash :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #hash

setDOMHTMLAnchorElementHash :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #hash := value ]

host

No description available in the introspection data.

constructDOMHTMLAnchorElementHost :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementHost :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #host

setDOMHTMLAnchorElementHost :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #host := value ]

hostname

No description available in the introspection data.

constructDOMHTMLAnchorElementHostname :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementHostname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #hostname

setDOMHTMLAnchorElementHostname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #hostname := value ]

href

No description available in the introspection data.

constructDOMHTMLAnchorElementHref :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementHref :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #href

setDOMHTMLAnchorElementHref :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #href := value ]

hreflang

No description available in the introspection data.

constructDOMHTMLAnchorElementHreflang :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementHreflang :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #hreflang

setDOMHTMLAnchorElementHreflang :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #hreflang := value ]

name

No description available in the introspection data.

constructDOMHTMLAnchorElementName :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementName :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #name

setDOMHTMLAnchorElementName :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #name := value ]

pathname

No description available in the introspection data.

constructDOMHTMLAnchorElementPathname :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementPathname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #pathname

setDOMHTMLAnchorElementPathname :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #pathname := value ]

port

No description available in the introspection data.

constructDOMHTMLAnchorElementPort :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementPort :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #port

setDOMHTMLAnchorElementPort :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #port := value ]

protocol

No description available in the introspection data.

constructDOMHTMLAnchorElementProtocol :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementProtocol :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #protocol

setDOMHTMLAnchorElementProtocol :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #protocol := value ]

rel

No description available in the introspection data.

constructDOMHTMLAnchorElementRel :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementRel :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #rel

setDOMHTMLAnchorElementRel :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #rel := value ]

rev

No description available in the introspection data.

constructDOMHTMLAnchorElementRev :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementRev :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #rev

setDOMHTMLAnchorElementRev :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #rev := value ]

search

No description available in the introspection data.

constructDOMHTMLAnchorElementSearch :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementSearch :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #search

setDOMHTMLAnchorElementSearch :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #search := value ]

shape

No description available in the introspection data.

constructDOMHTMLAnchorElementShape :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementShape :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #shape

setDOMHTMLAnchorElementShape :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #shape := value ]

target

No description available in the introspection data.

constructDOMHTMLAnchorElementTarget :: (IsDOMHTMLAnchorElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLAnchorElementTarget :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #target

setDOMHTMLAnchorElementTarget :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #target := value ]

text

No description available in the introspection data.

constructDOMHTMLAnchorElementText :: (IsDOMHTMLAnchorElement 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.

getDOMHTMLAnchorElementText :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #text

setDOMHTMLAnchorElementText :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #text := value ]

type

No description available in the introspection data.

clearDOMHTMLAnchorElementType :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLAnchorElementType :: (IsDOMHTMLAnchorElement 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.

getDOMHTMLAnchorElementType :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLAnchorElement #type

setDOMHTMLAnchorElementType :: (MonadIO m, IsDOMHTMLAnchorElement o) => o -> Text -> m () Source #

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

set dOMHTMLAnchorElement [ #type := value ]