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.DOMHTMLEmbedElement

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

data DOMHTMLEmbedElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementGetAlignMethodInfo a signature Source # 

Methods

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

getHeight

data DOMHTMLEmbedElementGetHeightMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementGetHeightMethodInfo a signature Source # 

Methods

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

getName

data DOMHTMLEmbedElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementGetNameMethodInfo a signature Source # 

Methods

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

getSrc

data DOMHTMLEmbedElementGetSrcMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementGetSrcMethodInfo a signature Source # 

Methods

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

getWidth

data DOMHTMLEmbedElementGetWidthMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementGetWidthMethodInfo a signature Source # 

Methods

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

setAlign

data DOMHTMLEmbedElementSetAlignMethodInfo Source #

Instances

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

Methods

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

setHeight

data DOMHTMLEmbedElementSetHeightMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementSetHeightMethodInfo a signature Source # 

Methods

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

setName

data DOMHTMLEmbedElementSetNameMethodInfo Source #

Instances

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

Methods

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

setSrc

data DOMHTMLEmbedElementSetSrcMethodInfo Source #

Instances

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

Methods

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

setWidth

data DOMHTMLEmbedElementSetWidthMethodInfo Source #

Instances

((~) * signature (CLong -> m ()), MonadIO m, IsDOMHTMLEmbedElement a) => MethodInfo * DOMHTMLEmbedElementSetWidthMethodInfo a signature Source # 

Methods

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

Properties

align

data DOMHTMLEmbedElementAlignPropertyInfo Source #

Instances

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

dOMHTMLEmbedElementAlign :: AttrLabelProxy "align" Source #

height

data DOMHTMLEmbedElementHeightPropertyInfo Source #

Instances

AttrInfo DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLEmbedElementHeightPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrLabel DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrLabel DOMHTMLEmbedElementHeightPropertyInfo = "height"
type AttrGetType DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrAllowedOps DOMHTMLEmbedElementHeightPropertyInfo Source # 
type AttrAllowedOps DOMHTMLEmbedElementHeightPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLEmbedElementHeight :: AttrLabelProxy "height" Source #

name

data DOMHTMLEmbedElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLEmbedElementNamePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLEmbedElementNamePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLEmbedElementNamePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLEmbedElementNamePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLEmbedElementNamePropertyInfo :: *

type AttrLabel DOMHTMLEmbedElementNamePropertyInfo :: Symbol

type AttrOrigin DOMHTMLEmbedElementNamePropertyInfo :: *

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

dOMHTMLEmbedElementName :: AttrLabelProxy "name" Source #

src

data DOMHTMLEmbedElementSrcPropertyInfo Source #

Instances

AttrInfo DOMHTMLEmbedElementSrcPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLEmbedElementSrcPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLEmbedElementSrcPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLEmbedElementSrcPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLEmbedElementSrcPropertyInfo :: *

type AttrLabel DOMHTMLEmbedElementSrcPropertyInfo :: Symbol

type AttrOrigin DOMHTMLEmbedElementSrcPropertyInfo :: *

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

dOMHTMLEmbedElementSrc :: AttrLabelProxy "src" Source #

type

data DOMHTMLEmbedElementTypePropertyInfo Source #

Instances

AttrInfo DOMHTMLEmbedElementTypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLEmbedElementTypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLEmbedElementTypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLEmbedElementTypePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLEmbedElementTypePropertyInfo :: *

type AttrLabel DOMHTMLEmbedElementTypePropertyInfo :: Symbol

type AttrOrigin DOMHTMLEmbedElementTypePropertyInfo :: *

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

dOMHTMLEmbedElementType :: AttrLabelProxy "type" Source #

width

data DOMHTMLEmbedElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLEmbedElementWidthPropertyInfo = * ~ CLong
type AttrOrigin DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLEmbedElementWidthPropertyInfo = "width"
type AttrGetType DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLEmbedElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLEmbedElementWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLEmbedElementWidth :: AttrLabelProxy "width" Source #