gi-webkit2webextension-4.0.24: 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.DOMHTMLMapElement

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMHTMLMapElement o) => IsDOMHTMLMapElement o Source #

Type class for types which can be safely cast to DOMHTMLMapElement, for instance with toDOMHTMLMapElement.

toDOMHTMLMapElement :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m DOMHTMLMapElement Source #

Cast to DOMHTMLMapElement, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getAreas

dOMHTMLMapElementGetAreas Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLMapElementGetName Source #

Arguments

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

self: A DOMHTMLMapElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLMapElementSetName Source #

Arguments

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

self: A DOMHTMLMapElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

areas

No description available in the introspection data.

getDOMHTMLMapElementAreas :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe DOMHTMLCollection) Source #

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

get dOMHTMLMapElement #areas

name

No description available in the introspection data.

constructDOMHTMLMapElementName :: IsDOMHTMLMapElement 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.

getDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLMapElement #name

setDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> Text -> m () Source #

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

set dOMHTMLMapElement [ #name := value ]