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

Contents

Description

 

Synopsis

Exported types

Methods

getContentDocument

getContentWindow

getFrameBorder

getHeight

data DOMHTMLFrameElementGetHeightMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementGetHeightMethodInfo a signature Source # 

Methods

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

getLongDesc

data DOMHTMLFrameElementGetLongDescMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementGetLongDescMethodInfo a signature Source # 

Methods

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

getMarginHeight

getMarginWidth

getName

data DOMHTMLFrameElementGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementGetNameMethodInfo a signature Source # 

Methods

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

getNoResize

getScrolling

data DOMHTMLFrameElementGetScrollingMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementGetScrollingMethodInfo a signature Source # 

Methods

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

getSrc

data DOMHTMLFrameElementGetSrcMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementGetSrcMethodInfo a signature Source # 

Methods

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

getWidth

data DOMHTMLFrameElementGetWidthMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementGetWidthMethodInfo a signature Source # 

Methods

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

setFrameBorder

data DOMHTMLFrameElementSetFrameBorderMethodInfo Source #

Instances

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

Methods

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

setLongDesc

data DOMHTMLFrameElementSetLongDescMethodInfo Source #

Instances

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

Methods

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

setMarginHeight

data DOMHTMLFrameElementSetMarginHeightMethodInfo Source #

Instances

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

Methods

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

setMarginWidth

data DOMHTMLFrameElementSetMarginWidthMethodInfo Source #

Instances

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

Methods

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

setName

data DOMHTMLFrameElementSetNameMethodInfo Source #

Instances

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

Methods

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

setNoResize

data DOMHTMLFrameElementSetNoResizeMethodInfo Source #

Instances

((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLFrameElement a) => MethodInfo * DOMHTMLFrameElementSetNoResizeMethodInfo a signature Source # 

Methods

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

setScrolling

data DOMHTMLFrameElementSetScrollingMethodInfo Source #

Instances

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

Methods

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

setSrc

data DOMHTMLFrameElementSetSrcMethodInfo Source #

Instances

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

Methods

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

Properties

contentDocument

data DOMHTMLFrameElementContentDocumentPropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameElementContentDocumentPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrLabel DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrLabel DOMHTMLFrameElementContentDocumentPropertyInfo = "content-document"
type AttrGetType DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameElementContentDocumentPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameElementContentDocumentPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFrameElementContentDocument :: AttrLabelProxy "contentDocument" Source #

contentWindow

data DOMHTMLFrameElementContentWindowPropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameElementContentWindowPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrLabel DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrLabel DOMHTMLFrameElementContentWindowPropertyInfo = "content-window"
type AttrGetType DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameElementContentWindowPropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameElementContentWindowPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLFrameElementContentWindow :: AttrLabelProxy "contentWindow" Source #

frameBorder

data DOMHTMLFrameElementFrameBorderPropertyInfo Source #

Instances

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

dOMHTMLFrameElementFrameBorder :: AttrLabelProxy "frameBorder" Source #

height

data DOMHTMLFrameElementHeightPropertyInfo Source #

Instances

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

dOMHTMLFrameElementHeight :: AttrLabelProxy "height" Source #

longDesc

data DOMHTMLFrameElementLongDescPropertyInfo Source #

Instances

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

dOMHTMLFrameElementLongDesc :: AttrLabelProxy "longDesc" Source #

marginHeight

data DOMHTMLFrameElementMarginHeightPropertyInfo Source #

Instances

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

dOMHTMLFrameElementMarginHeight :: AttrLabelProxy "marginHeight" Source #

marginWidth

data DOMHTMLFrameElementMarginWidthPropertyInfo Source #

Instances

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

dOMHTMLFrameElementMarginWidth :: AttrLabelProxy "marginWidth" Source #

name

data DOMHTMLFrameElementNamePropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameElementNamePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLFrameElementNamePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLFrameElementNamePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLFrameElementNamePropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLFrameElementNamePropertyInfo :: *

type AttrLabel DOMHTMLFrameElementNamePropertyInfo :: Symbol

type AttrOrigin DOMHTMLFrameElementNamePropertyInfo :: *

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

dOMHTMLFrameElementName :: AttrLabelProxy "name" Source #

noResize

data DOMHTMLFrameElementNoResizePropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLFrameElementNoResizePropertyInfo = * ~ Bool
type AttrOrigin DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrLabel DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrLabel DOMHTMLFrameElementNoResizePropertyInfo = "no-resize"
type AttrGetType DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameElementNoResizePropertyInfo Source # 
type AttrAllowedOps DOMHTMLFrameElementNoResizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLFrameElementNoResize :: AttrLabelProxy "noResize" Source #

scrolling

data DOMHTMLFrameElementScrollingPropertyInfo Source #

Instances

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

dOMHTMLFrameElementScrolling :: AttrLabelProxy "scrolling" Source #

src

data DOMHTMLFrameElementSrcPropertyInfo Source #

Instances

AttrInfo DOMHTMLFrameElementSrcPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLFrameElementSrcPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLFrameElementSrcPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLFrameElementSrcPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLFrameElementSrcPropertyInfo :: *

type AttrLabel DOMHTMLFrameElementSrcPropertyInfo :: Symbol

type AttrOrigin DOMHTMLFrameElementSrcPropertyInfo :: *

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

dOMHTMLFrameElementSrc :: AttrLabelProxy "src" Source #

width

data DOMHTMLFrameElementWidthPropertyInfo Source #

Instances

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

dOMHTMLFrameElementWidth :: AttrLabelProxy "width" Source #