gi-webkit-3.0.9: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLMapElement

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLMapElement o Source #

Methods

getAreas

data DOMHTMLMapElementGetAreasMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMHTMLMapElement a) => MethodInfo * DOMHTMLMapElementGetAreasMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLMapElementGetAreasMethodInfo a -> signature -> s

getName

data DOMHTMLMapElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLMapElement a) => MethodInfo * DOMHTMLMapElementGetNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLMapElementGetNameMethodInfo a -> signature -> s

setName

data DOMHTMLMapElementSetNameMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLMapElement a) => MethodInfo * DOMHTMLMapElementSetNameMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMHTMLMapElementSetNameMethodInfo a -> signature -> s

Properties

areas

data DOMHTMLMapElementAreasPropertyInfo Source #

Instances

AttrInfo DOMHTMLMapElementAreasPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLMapElementAreasPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLMapElementAreasPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLMapElementAreasPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLMapElementAreasPropertyInfo :: *

type AttrLabel DOMHTMLMapElementAreasPropertyInfo :: Symbol

type AttrOrigin DOMHTMLMapElementAreasPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLMapElementAreasPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLMapElementAreasPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLMapElementAreasPropertyInfo Source # 
type AttrLabel DOMHTMLMapElementAreasPropertyInfo Source # 
type AttrLabel DOMHTMLMapElementAreasPropertyInfo = "areas"
type AttrGetType DOMHTMLMapElementAreasPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLMapElementAreasPropertyInfo Source # 
type AttrAllowedOps DOMHTMLMapElementAreasPropertyInfo Source # 
type AttrAllowedOps DOMHTMLMapElementAreasPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLMapElementAreas :: AttrLabelProxy "areas" Source #

name

data DOMHTMLMapElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLMapElementNamePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLMapElementNamePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLMapElementNamePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLMapElementNamePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLMapElementNamePropertyInfo :: *

type AttrLabel DOMHTMLMapElementNamePropertyInfo :: Symbol

type AttrOrigin DOMHTMLMapElementNamePropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLMapElementNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLMapElementNamePropertyInfo = * ~ Text
type AttrOrigin DOMHTMLMapElementNamePropertyInfo Source # 
type AttrLabel DOMHTMLMapElementNamePropertyInfo Source # 
type AttrLabel DOMHTMLMapElementNamePropertyInfo = "name"
type AttrGetType DOMHTMLMapElementNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLMapElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLMapElementNamePropertyInfo Source # 
type AttrAllowedOps DOMHTMLMapElementNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMHTMLMapElementName :: IsDOMHTMLMapElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLMapElementName :: AttrLabelProxy "name" Source #