| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLMapElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLMapElement = DOMHTMLMapElement (ManagedPtr DOMHTMLMapElement)
- class GObject o => IsDOMHTMLMapElement o
- toDOMHTMLMapElement :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m DOMHTMLMapElement
- noDOMHTMLMapElement :: Maybe DOMHTMLMapElement
- dOMHTMLMapElementGetAreas :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) => a -> m DOMHTMLCollection
- dOMHTMLMapElementGetName :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) => a -> m Text
- dOMHTMLMapElementSetName :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) => a -> Text -> m ()
- getDOMHTMLMapElementAreas :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe DOMHTMLCollection)
- constructDOMHTMLMapElementName :: IsDOMHTMLMapElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> m (Maybe Text)
- setDOMHTMLMapElementName :: (MonadIO m, IsDOMHTMLMapElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLMapElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLMapElement (ManagedPtr DOMHTMLMapElement) |
Instances
class GObject o => IsDOMHTMLMapElement o Source #
Type class for types which can be safely cast to DOMHTMLMapElement, for instance with toDOMHTMLMapElement.
Instances
| (GObject a, (UnknownAncestorError DOMHTMLMapElement a :: Constraint)) => IsDOMHTMLMapElement a Source # | |
| IsDOMHTMLMapElement DOMHTMLMapElement Source # | |
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.
noDOMHTMLMapElement :: Maybe DOMHTMLMapElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLMapElement.
Methods
getAreas
dOMHTMLMapElementGetAreas Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) | |
| => a |
|
| -> m DOMHTMLCollection | Returns: A |
No description available in the introspection data.
getName
dOMHTMLMapElementGetName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) | |
| => a |
|
| -> m Text | Returns: A |
No description available in the introspection data.
setName
dOMHTMLMapElementSetName Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLMapElement a) | |
| => a |
|
| -> Text |
|
| -> m () |
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
setdOMHTMLMapElement [ #name:=value ]