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

Contents

Description

 

Synopsis

Exported types

Methods

getAlign

data DOMHTMLAppletElementGetAlignMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetAlignMethodInfo a signature Source # 

Methods

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

getAlt

data DOMHTMLAppletElementGetAltMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetAltMethodInfo a signature Source # 

Methods

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

getArchive

data DOMHTMLAppletElementGetArchiveMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetArchiveMethodInfo a signature Source # 

Methods

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

getCode

data DOMHTMLAppletElementGetCodeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetCodeMethodInfo a signature Source # 

Methods

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

getCodeBase

data DOMHTMLAppletElementGetCodeBaseMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetCodeBaseMethodInfo a signature Source # 

Methods

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

getHeight

data DOMHTMLAppletElementGetHeightMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetHeightMethodInfo a signature Source # 

Methods

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

getHspace

getName

data DOMHTMLAppletElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetNameMethodInfo a signature Source # 

Methods

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

getObject

data DOMHTMLAppletElementGetObjectMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetObjectMethodInfo a signature Source # 

Methods

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

getVspace

getWidth

data DOMHTMLAppletElementGetWidthMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLAppletElement a) => MethodInfo * DOMHTMLAppletElementGetWidthMethodInfo a signature Source # 

Methods

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

setAlign

data DOMHTMLAppletElementSetAlignMethodInfo Source #

Instances

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

Methods

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

setAlt

data DOMHTMLAppletElementSetAltMethodInfo Source #

Instances

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

Methods

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

setArchive

data DOMHTMLAppletElementSetArchiveMethodInfo Source #

Instances

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

Methods

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

setCode

data DOMHTMLAppletElementSetCodeMethodInfo Source #

Instances

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

Methods

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

setCodeBase

data DOMHTMLAppletElementSetCodeBaseMethodInfo Source #

Instances

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

Methods

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

setHeight

data DOMHTMLAppletElementSetHeightMethodInfo Source #

Instances

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

Methods

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

setHspace

data DOMHTMLAppletElementSetHspaceMethodInfo Source #

Instances

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

Methods

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

setName

data DOMHTMLAppletElementSetNameMethodInfo Source #

Instances

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

Methods

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

setObject

data DOMHTMLAppletElementSetObjectMethodInfo Source #

Instances

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

Methods

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

setVspace

data DOMHTMLAppletElementSetVspaceMethodInfo Source #

Instances

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

Methods

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

setWidth

data DOMHTMLAppletElementSetWidthMethodInfo Source #

Instances

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

Methods

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

Properties

align

data DOMHTMLAppletElementAlignPropertyInfo Source #

Instances

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

dOMHTMLAppletElementAlign :: AttrLabelProxy "align" Source #

alt

data DOMHTMLAppletElementAltPropertyInfo Source #

Instances

AttrInfo DOMHTMLAppletElementAltPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLAppletElementAltPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLAppletElementAltPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLAppletElementAltPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLAppletElementAltPropertyInfo :: *

type AttrLabel DOMHTMLAppletElementAltPropertyInfo :: Symbol

type AttrOrigin DOMHTMLAppletElementAltPropertyInfo :: *

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

dOMHTMLAppletElementAlt :: AttrLabelProxy "alt" Source #

archive

data DOMHTMLAppletElementArchivePropertyInfo Source #

Instances

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

dOMHTMLAppletElementArchive :: AttrLabelProxy "archive" Source #

code

data DOMHTMLAppletElementCodePropertyInfo Source #

Instances

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

dOMHTMLAppletElementCode :: AttrLabelProxy "code" Source #

codeBase

data DOMHTMLAppletElementCodeBasePropertyInfo Source #

Instances

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

dOMHTMLAppletElementCodeBase :: AttrLabelProxy "codeBase" Source #

height

data DOMHTMLAppletElementHeightPropertyInfo Source #

Instances

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

dOMHTMLAppletElementHeight :: AttrLabelProxy "height" Source #

hspace

data DOMHTMLAppletElementHspacePropertyInfo Source #

Instances

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

dOMHTMLAppletElementHspace :: AttrLabelProxy "hspace" Source #

name

data DOMHTMLAppletElementNamePropertyInfo Source #

Instances

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

dOMHTMLAppletElementName :: AttrLabelProxy "name" Source #

object

data DOMHTMLAppletElementObjectPropertyInfo Source #

Instances

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

dOMHTMLAppletElementObject :: AttrLabelProxy "object" Source #

vspace

data DOMHTMLAppletElementVspacePropertyInfo Source #

Instances

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

dOMHTMLAppletElementVspace :: AttrLabelProxy "vspace" Source #

width

data DOMHTMLAppletElementWidthPropertyInfo Source #

Instances

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

dOMHTMLAppletElementWidth :: AttrLabelProxy "width" Source #