Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMHTMLImageElement = DOMHTMLImageElement (ManagedPtr DOMHTMLImageElement)
- class (GObject o, IsDescendantOf DOMHTMLImageElement o) => IsDOMHTMLImageElement o
- toDOMHTMLImageElement :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m DOMHTMLImageElement
- noDOMHTMLImageElement :: Maybe DOMHTMLImageElement
- dOMHTMLImageElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetAlt :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetBorder :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetComplete :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Bool
- dOMHTMLImageElementGetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetHspace :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetIsMap :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Bool
- dOMHTMLImageElementGetLongDesc :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetLowsrc :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetName :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetNaturalHeight :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetNaturalWidth :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetSrc :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetUseMap :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m Text
- dOMHTMLImageElementGetVspace :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetX :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementGetY :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> m CLong
- dOMHTMLImageElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetAlt :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetBorder :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetHeight :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> CLong -> m ()
- dOMHTMLImageElementSetHspace :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> CLong -> m ()
- dOMHTMLImageElementSetIsMap :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Bool -> m ()
- dOMHTMLImageElementSetLongDesc :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetLowsrc :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetName :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetSrc :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetUseMap :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> Text -> m ()
- dOMHTMLImageElementSetVspace :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> CLong -> m ()
- dOMHTMLImageElementSetWidth :: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) => a -> CLong -> m ()
- constructDOMHTMLImageElementAlign :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementAlign :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementAlign :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- constructDOMHTMLImageElementAlt :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementAlt :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementAlt :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- constructDOMHTMLImageElementBorder :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementBorder :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementBorder :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- getDOMHTMLImageElementComplete :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m Bool
- constructDOMHTMLImageElementHeight :: IsDOMHTMLImageElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLImageElementHeight :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- setDOMHTMLImageElementHeight :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m ()
- constructDOMHTMLImageElementHspace :: IsDOMHTMLImageElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLImageElementHspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- setDOMHTMLImageElementHspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m ()
- constructDOMHTMLImageElementIsMap :: IsDOMHTMLImageElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLImageElementIsMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m Bool
- setDOMHTMLImageElementIsMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Bool -> m ()
- constructDOMHTMLImageElementLongDesc :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementLongDesc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementLongDesc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- constructDOMHTMLImageElementLowsrc :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementLowsrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementLowsrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- constructDOMHTMLImageElementName :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementName :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementName :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- getDOMHTMLImageElementNaturalHeight :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- getDOMHTMLImageElementNaturalWidth :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- constructDOMHTMLImageElementSrc :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementSrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementSrc :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- constructDOMHTMLImageElementUseMap :: IsDOMHTMLImageElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLImageElementUseMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m (Maybe Text)
- setDOMHTMLImageElementUseMap :: (MonadIO m, IsDOMHTMLImageElement o) => o -> Text -> m ()
- constructDOMHTMLImageElementVspace :: IsDOMHTMLImageElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLImageElementVspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- setDOMHTMLImageElementVspace :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m ()
- constructDOMHTMLImageElementWidth :: IsDOMHTMLImageElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLImageElementWidth :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- setDOMHTMLImageElementWidth :: (MonadIO m, IsDOMHTMLImageElement o) => o -> CLong -> m ()
- getDOMHTMLImageElementX :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
- getDOMHTMLImageElementY :: (MonadIO m, IsDOMHTMLImageElement o) => o -> m CLong
Exported types
newtype DOMHTMLImageElement Source #
Memory-managed wrapper type.
Instances
GObject DOMHTMLImageElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLImageElement gobjectType :: IO GType # | |
HasParentTypes DOMHTMLImageElement Source # | |
type ParentTypes DOMHTMLImageElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLImageElement type ParentTypes DOMHTMLImageElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))))) |
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
(GObject o, IsDescendantOf DOMHTMLImageElement o) => IsDOMHTMLImageElement o Source # | |
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
.
noDOMHTMLImageElement :: Maybe DOMHTMLImageElement Source #
A convenience alias for Nothing
:: Maybe
DOMHTMLImageElement
.
Methods
getAlign
dOMHTMLImageElementGetAlign Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getAlt
dOMHTMLImageElementGetAlt Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getBorder
dOMHTMLImageElementGetBorder Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getComplete
dOMHTMLImageElementGetComplete Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHeight
dOMHTMLImageElementGetHeight Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHspace
dOMHTMLImageElementGetHspace Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getIsMap
dOMHTMLImageElementGetIsMap Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getLongDesc
dOMHTMLImageElementGetLongDesc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getLowsrc
dOMHTMLImageElementGetLowsrc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getName
dOMHTMLImageElementGetName Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getNaturalHeight
dOMHTMLImageElementGetNaturalHeight Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getNaturalWidth
dOMHTMLImageElementGetNaturalWidth Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getSrc
dOMHTMLImageElementGetSrc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getUseMap
dOMHTMLImageElementGetUseMap Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getVspace
dOMHTMLImageElementGetVspace Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getWidth
dOMHTMLImageElementGetWidth Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getX
dOMHTMLImageElementGetX Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getY
dOMHTMLImageElementGetY Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlign
dOMHTMLImageElementSetAlign Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlt
dOMHTMLImageElementSetAlt Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setBorder
dOMHTMLImageElementSetBorder Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setHeight
dOMHTMLImageElementSetHeight Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> CLong |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setHspace
dOMHTMLImageElementSetHspace Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> CLong |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setIsMap
dOMHTMLImageElementSetIsMap Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setLongDesc
dOMHTMLImageElementSetLongDesc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setLowsrc
dOMHTMLImageElementSetLowsrc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setName
dOMHTMLImageElementSetName Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setSrc
dOMHTMLImageElementSetSrc Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setUseMap
dOMHTMLImageElementSetUseMap Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setVspace
dOMHTMLImageElementSetVspace Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> CLong |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setWidth
dOMHTMLImageElementSetWidth Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLImageElement a) | |
=> a |
|
-> CLong |
|
-> 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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => CLong -> IO (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 => CLong -> IO (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 => Bool -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => Text -> IO (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 => CLong -> IO (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 => CLong -> IO (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