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

Contents

Description

 

Synopsis

Exported types

class GObject o => IsDOMHTMLBodyElement o Source #

Methods

getALink

data DOMHTMLBodyElementGetALinkMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetALinkMethodInfo a signature Source # 

Methods

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

getBackground

data DOMHTMLBodyElementGetBackgroundMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetBackgroundMethodInfo a signature Source # 

Methods

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

getBgColor

data DOMHTMLBodyElementGetBgColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetBgColorMethodInfo a signature Source # 

Methods

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

getLink

data DOMHTMLBodyElementGetLinkMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetLinkMethodInfo a signature Source # 

Methods

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

getText

data DOMHTMLBodyElementGetTextMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetTextMethodInfo a signature Source # 

Methods

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

getVLink

data DOMHTMLBodyElementGetVLinkMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetVLinkMethodInfo a signature Source # 

Methods

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

setALink

data DOMHTMLBodyElementSetALinkMethodInfo Source #

Instances

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

Methods

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

setBackground

data DOMHTMLBodyElementSetBackgroundMethodInfo Source #

Instances

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

Methods

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

setBgColor

data DOMHTMLBodyElementSetBgColorMethodInfo Source #

Instances

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

Methods

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

setLink

data DOMHTMLBodyElementSetLinkMethodInfo Source #

Instances

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

Methods

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

setText

data DOMHTMLBodyElementSetTextMethodInfo Source #

Instances

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

Methods

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

setVLink

data DOMHTMLBodyElementSetVLinkMethodInfo Source #

Instances

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

Methods

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

Properties

aLink

data DOMHTMLBodyElementALinkPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementALinkPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLBodyElementALinkPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLBodyElementALinkPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLBodyElementALinkPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLBodyElementALinkPropertyInfo :: *

type AttrLabel DOMHTMLBodyElementALinkPropertyInfo :: Symbol

type AttrOrigin DOMHTMLBodyElementALinkPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementALinkPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementALinkPropertyInfo = "a-link"
type AttrGetType DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementALinkPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLBodyElementALink :: AttrLabelProxy "aLink" Source #

background

data DOMHTMLBodyElementBackgroundPropertyInfo Source #

Instances

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

dOMHTMLBodyElementBackground :: AttrLabelProxy "background" Source #

bgColor

data DOMHTMLBodyElementBgColorPropertyInfo Source #

Instances

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

dOMHTMLBodyElementBgColor :: AttrLabelProxy "bgColor" Source #

link

data DOMHTMLBodyElementLinkPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementLinkPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLBodyElementLinkPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLBodyElementLinkPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLBodyElementLinkPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLBodyElementLinkPropertyInfo :: *

type AttrLabel DOMHTMLBodyElementLinkPropertyInfo :: Symbol

type AttrOrigin DOMHTMLBodyElementLinkPropertyInfo :: *

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

constructDOMHTMLBodyElementLink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLBodyElementLink :: AttrLabelProxy "link" Source #

text

data DOMHTMLBodyElementTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementTextPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLBodyElementTextPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLBodyElementTextPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLBodyElementTextPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLBodyElementTextPropertyInfo :: *

type AttrLabel DOMHTMLBodyElementTextPropertyInfo :: Symbol

type AttrOrigin DOMHTMLBodyElementTextPropertyInfo :: *

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

constructDOMHTMLBodyElementText :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #

dOMHTMLBodyElementText :: AttrLabelProxy "text" Source #

vLink

data DOMHTMLBodyElementVLinkPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementVLinkPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLBodyElementVLinkPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLBodyElementVLinkPropertyInfo :: *

type AttrLabel DOMHTMLBodyElementVLinkPropertyInfo :: Symbol

type AttrOrigin DOMHTMLBodyElementVLinkPropertyInfo :: *

type AttrSetTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo = * ~ Text
type AttrOrigin DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementVLinkPropertyInfo = "v-link"
type AttrGetType DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementVLinkPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMHTMLBodyElementVLink :: AttrLabelProxy "vLink" Source #