gi-webkit-3.0.7: 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.DOMHTMLLegendElement

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

data DOMHTMLLegendElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLLegendElement a) => MethodInfo * DOMHTMLLegendElementGetAlignMethodInfo a signature Source # 

Methods

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

getForm

setAlign

data DOMHTMLLegendElementSetAlignMethodInfo Source #

Instances

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

Methods

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

Properties

align

data DOMHTMLLegendElementAlignPropertyInfo Source #

Instances

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

dOMHTMLLegendElementAlign :: AttrLabelProxy "align" Source #

form

data DOMHTMLLegendElementFormPropertyInfo Source #

Instances

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

dOMHTMLLegendElementForm :: AttrLabelProxy "form" Source #