gi-webkit2webextension-4.0.25: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
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

Overloaded methods

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