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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLImageElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLImageElement (ManagedPtr DOMHTMLImageElement) 

class (GObject o, IsDescendantOf DOMHTMLImageElement o) => IsDOMHTMLImageElement o Source #

Type class for types which can be safely cast to DOMHTMLImageElement, for instance with toDOMHTMLImageElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLImageElement o) => IsDOMHTMLImageElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLImageElement

toDOMHTMLImageElement :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m DOMHTMLImageElement Source #

Cast to DOMHTMLImageElement, 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, getAlt, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBorder, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getComplete, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHeight, getHidden, getHspace, getId, getInnerHtml, getInnerText, getIsContentEditable, getIsMap, getLang, getLastChild, getLastElementChild, getLocalName, getLongDesc, getLowsrc, getName, getNamespaceUri, getNaturalHeight, getNaturalWidth, 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, getSrc, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getUseMap, getVspace, getWebkitRegionOverset, getWebkitdropzone, getWidth, getX, getY.

Setters

setAccessKey, setAlign, setAlt, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setBorder, setClassName, setContentEditable, setData, setDataFull, setDir, setDraggable, setHeight, setHidden, setHspace, setId, setInnerHtml, setInnerText, setIsMap, setLang, setLongDesc, setLowsrc, setName, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setSrc, setTabIndex, setTextContent, setTitle, setTranslate, setUseMap, setVspace, setWebkitdropzone, setWidth.

getAlign

dOMHTMLImageElementGetAlign Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlt

dOMHTMLImageElementGetAlt Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBorder

dOMHTMLImageElementGetBorder Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getComplete

dOMHTMLImageElementGetComplete Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLImageElementGetHeight Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHspace

dOMHTMLImageElementGetHspace Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getIsMap

dOMHTMLImageElementGetIsMap Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLongDesc

dOMHTMLImageElementGetLongDesc Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLowsrc

dOMHTMLImageElementGetLowsrc Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLImageElementGetName Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNaturalHeight

dOMHTMLImageElementGetNaturalHeight Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNaturalWidth

dOMHTMLImageElementGetNaturalWidth Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLImageElementGetSrc Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getUseMap

dOMHTMLImageElementGetUseMap Source #

Arguments

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

self: A DOMHTMLImageElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVspace

dOMHTMLImageElementGetVspace Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLImageElementGetWidth Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getX

dOMHTMLImageElementGetX Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getY

dOMHTMLImageElementGetY Source #

Arguments

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

self: A DOMHTMLImageElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLImageElementSetAlign Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlt

dOMHTMLImageElementSetAlt Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBorder

dOMHTMLImageElementSetBorder Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLImageElementSetHeight Source #

Arguments

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

self: A DOMHTMLImageElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHspace

dOMHTMLImageElementSetHspace Source #

Arguments

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

self: A DOMHTMLImageElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setIsMap

dOMHTMLImageElementSetIsMap Source #

Arguments

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

self: A DOMHTMLImageElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLongDesc

dOMHTMLImageElementSetLongDesc Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLowsrc

dOMHTMLImageElementSetLowsrc Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLImageElementSetName Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLImageElementSetSrc Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setUseMap

dOMHTMLImageElementSetUseMap Source #

Arguments

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

self: A DOMHTMLImageElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVspace

dOMHTMLImageElementSetVspace Source #

Arguments

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

self: A DOMHTMLImageElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLImageElementSetWidth Source #

Arguments

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

self: A DOMHTMLImageElement

-> CLong

value: A glong

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

constructDOMHTMLImageElementAlign :: (IsDOMHTMLImageElement 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.

getDOMHTMLImageElementAlign :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #align

setDOMHTMLImageElementAlign :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #align := value ]

alt

No description available in the introspection data.

constructDOMHTMLImageElementAlt :: (IsDOMHTMLImageElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementAlt :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #alt

setDOMHTMLImageElementAlt :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #alt := value ]

border

No description available in the introspection data.

constructDOMHTMLImageElementBorder :: (IsDOMHTMLImageElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementBorder :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #border

setDOMHTMLImageElementBorder :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #border := value ]

complete

No description available in the introspection data.

getDOMHTMLImageElementComplete :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m Bool Source #

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

get dOMHTMLImageElement #complete

height

No description available in the introspection data.

constructDOMHTMLImageElementHeight :: (IsDOMHTMLImageElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementHeight :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #height

setDOMHTMLImageElementHeight :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m () Source #

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

set dOMHTMLImageElement [ #height := value ]

hspace

No description available in the introspection data.

constructDOMHTMLImageElementHspace :: (IsDOMHTMLImageElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementHspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #hspace

setDOMHTMLImageElementHspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m () Source #

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

set dOMHTMLImageElement [ #hspace := value ]

isMap

No description available in the introspection data.

constructDOMHTMLImageElementIsMap :: (IsDOMHTMLImageElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementIsMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m Bool Source #

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

get dOMHTMLImageElement #isMap

setDOMHTMLImageElementIsMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Bool -> m () Source #

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

set dOMHTMLImageElement [ #isMap := value ]

longDesc

No description available in the introspection data.

constructDOMHTMLImageElementLongDesc :: (IsDOMHTMLImageElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementLongDesc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #longDesc

setDOMHTMLImageElementLongDesc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #longDesc := value ]

lowsrc

No description available in the introspection data.

constructDOMHTMLImageElementLowsrc :: (IsDOMHTMLImageElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementLowsrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #lowsrc

setDOMHTMLImageElementLowsrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #lowsrc := value ]

name

No description available in the introspection data.

constructDOMHTMLImageElementName :: (IsDOMHTMLImageElement 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.

getDOMHTMLImageElementName :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #name

setDOMHTMLImageElementName :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #name := value ]

naturalHeight

No description available in the introspection data.

getDOMHTMLImageElementNaturalHeight :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #naturalHeight

naturalWidth

No description available in the introspection data.

getDOMHTMLImageElementNaturalWidth :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #naturalWidth

src

No description available in the introspection data.

constructDOMHTMLImageElementSrc :: (IsDOMHTMLImageElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementSrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #src

setDOMHTMLImageElementSrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #src := value ]

useMap

No description available in the introspection data.

constructDOMHTMLImageElementUseMap :: (IsDOMHTMLImageElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementUseMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLImageElement #useMap

setDOMHTMLImageElementUseMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m () Source #

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

set dOMHTMLImageElement [ #useMap := value ]

vspace

No description available in the introspection data.

constructDOMHTMLImageElementVspace :: (IsDOMHTMLImageElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLImageElementVspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #vspace

setDOMHTMLImageElementVspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m () Source #

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

set dOMHTMLImageElement [ #vspace := value ]

width

No description available in the introspection data.

constructDOMHTMLImageElementWidth :: (IsDOMHTMLImageElement o, MonadIO m) => CLong -> 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.

getDOMHTMLImageElementWidth :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #width

setDOMHTMLImageElementWidth :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m () Source #

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

set dOMHTMLImageElement [ #width := value ]

x

No description available in the introspection data.

getDOMHTMLImageElementX :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #x

y

No description available in the introspection data.

getDOMHTMLImageElementY :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong Source #

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

get dOMHTMLImageElement #y