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

Contents

Description

 

Synopsis

Exported types

newtype DOMHTMLDocument Source #

Constructors

DOMHTMLDocument (ManagedPtr DOMHTMLDocument) 

Instances

GObject DOMHTMLDocument Source # 
IsObject DOMHTMLDocument Source # 
IsDOMObject DOMHTMLDocument Source # 
IsDOMNode DOMHTMLDocument Source # 
IsDOMHTMLDocument DOMHTMLDocument Source # 
IsDOMDocument DOMHTMLDocument Source # 
IsDOMEventTarget DOMHTMLDocument Source # 
((~) * info (ResolveDOMHTMLDocumentMethod t DOMHTMLDocument), MethodInfo * info DOMHTMLDocument p) => IsLabel t (DOMHTMLDocument -> p) Source # 
((~) * info (ResolveDOMHTMLDocumentMethod t DOMHTMLDocument), MethodInfo * info DOMHTMLDocument p) => IsLabelProxy t (DOMHTMLDocument -> p) Source # 
HasAttributeList * DOMHTMLDocument Source # 
type SignalList DOMHTMLDocument Source # 
type SignalList DOMHTMLDocument
type AttributeList DOMHTMLDocument Source # 
type AttributeList DOMHTMLDocument

class GObject o => IsDOMHTMLDocument o Source #

Instances

Methods

captureEvents

data DOMHTMLDocumentCaptureEventsMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentCaptureEventsMethodInfo a signature Source # 

Methods

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

clear

data DOMHTMLDocumentClearMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentClearMethodInfo a signature Source # 

Methods

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

close

data DOMHTMLDocumentCloseMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentCloseMethodInfo a signature Source # 

Methods

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

getActiveElement

getAlinkColor

data DOMHTMLDocumentGetAlinkColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetAlinkColorMethodInfo a signature Source # 

Methods

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

getBgColor

data DOMHTMLDocumentGetBgColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetBgColorMethodInfo a signature Source # 

Methods

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

getCompatMode

data DOMHTMLDocumentGetCompatModeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetCompatModeMethodInfo a signature Source # 

Methods

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

getDesignMode

data DOMHTMLDocumentGetDesignModeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetDesignModeMethodInfo a signature Source # 

Methods

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

getDir

data DOMHTMLDocumentGetDirMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetDirMethodInfo a signature Source # 

Methods

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

getEmbeds

data DOMHTMLDocumentGetEmbedsMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetEmbedsMethodInfo a signature Source # 

Methods

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

getFgColor

data DOMHTMLDocumentGetFgColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetFgColorMethodInfo a signature Source # 

Methods

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

getHeight

data DOMHTMLDocumentGetHeightMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetHeightMethodInfo a signature Source # 

Methods

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

getLinkColor

data DOMHTMLDocumentGetLinkColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetLinkColorMethodInfo a signature Source # 

Methods

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

getPlugins

data DOMHTMLDocumentGetPluginsMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetPluginsMethodInfo a signature Source # 

Methods

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

getScripts

data DOMHTMLDocumentGetScriptsMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetScriptsMethodInfo a signature Source # 

Methods

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

getVlinkColor

data DOMHTMLDocumentGetVlinkColorMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetVlinkColorMethodInfo a signature Source # 

Methods

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

getWidth

data DOMHTMLDocumentGetWidthMethodInfo Source #

Instances

((~) * signature (m CLong), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentGetWidthMethodInfo a signature Source # 

Methods

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

hasFocus

data DOMHTMLDocumentHasFocusMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentHasFocusMethodInfo a signature Source # 

Methods

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

open

data DOMHTMLDocumentOpenMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentOpenMethodInfo a signature Source # 

Methods

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

dOMHTMLDocumentOpen :: (MonadIO m, IsDOMHTMLDocument a) => a -> m () Source #

Deprecated: (Since version 2.2)

releaseEvents

data DOMHTMLDocumentReleaseEventsMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMHTMLDocument a) => MethodInfo * DOMHTMLDocumentReleaseEventsMethodInfo a signature Source # 

Methods

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

setAlinkColor

data DOMHTMLDocumentSetAlinkColorMethodInfo Source #

Instances

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

Methods

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

setBgColor

data DOMHTMLDocumentSetBgColorMethodInfo Source #

Instances

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

Methods

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

setDesignMode

data DOMHTMLDocumentSetDesignModeMethodInfo Source #

Instances

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

Methods

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

setDir

data DOMHTMLDocumentSetDirMethodInfo Source #

Instances

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

Methods

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

dOMHTMLDocumentSetDir :: (MonadIO m, IsDOMHTMLDocument a) => a -> Text -> m () Source #

setFgColor

data DOMHTMLDocumentSetFgColorMethodInfo Source #

Instances

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

Methods

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

setLinkColor

data DOMHTMLDocumentSetLinkColorMethodInfo Source #

Instances

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

Methods

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

setVlinkColor

data DOMHTMLDocumentSetVlinkColorMethodInfo Source #

Instances

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

Methods

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

Properties

activeElement

data DOMHTMLDocumentActiveElementPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLDocumentActiveElementPropertyInfo = * ~ ()
type AttrOrigin DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrLabel DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrLabel DOMHTMLDocumentActiveElementPropertyInfo = "active-element"
type AttrGetType DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrAllowedOps DOMHTMLDocumentActiveElementPropertyInfo Source # 
type AttrAllowedOps DOMHTMLDocumentActiveElementPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLDocumentActiveElement :: AttrLabelProxy "activeElement" Source #

alinkColor

data DOMHTMLDocumentAlinkColorPropertyInfo Source #

Instances

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

constructDOMHTMLDocumentAlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentAlinkColor :: AttrLabelProxy "alinkColor" Source #

bgColor

data DOMHTMLDocumentBgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentBgColorPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentBgColorPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentBgColorPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentBgColorPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentBgColorPropertyInfo :: *

type AttrLabel DOMHTMLDocumentBgColorPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentBgColorPropertyInfo :: *

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

constructDOMHTMLDocumentBgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentBgColor :: AttrLabelProxy "bgColor" Source #

compatMode

data DOMHTMLDocumentCompatModePropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLDocumentCompatModePropertyInfo = * ~ ()
type AttrOrigin DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrLabel DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrLabel DOMHTMLDocumentCompatModePropertyInfo = "compat-mode"
type AttrGetType DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrAllowedOps DOMHTMLDocumentCompatModePropertyInfo Source # 
type AttrAllowedOps DOMHTMLDocumentCompatModePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMHTMLDocumentCompatMode :: AttrLabelProxy "compatMode" Source #

designMode

data DOMHTMLDocumentDesignModePropertyInfo Source #

Instances

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

constructDOMHTMLDocumentDesignMode :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentDesignMode :: AttrLabelProxy "designMode" Source #

dir

data DOMHTMLDocumentDirPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentDirPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentDirPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentDirPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentDirPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentDirPropertyInfo :: *

type AttrLabel DOMHTMLDocumentDirPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentDirPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLDocumentDirPropertyInfo o => Proxy * DOMHTMLDocumentDirPropertyInfo -> o -> IO (AttrGetType DOMHTMLDocumentDirPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLDocumentDirPropertyInfo o, AttrSetTypeConstraint DOMHTMLDocumentDirPropertyInfo b) => Proxy * DOMHTMLDocumentDirPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLDocumentDirPropertyInfo o => Proxy * DOMHTMLDocumentDirPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLDocumentDirPropertyInfo o, AttrSetTypeConstraint DOMHTMLDocumentDirPropertyInfo b) => Proxy * DOMHTMLDocumentDirPropertyInfo -> b -> IO (GValueConstruct o)

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

constructDOMHTMLDocumentDir :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentDir :: AttrLabelProxy "dir" Source #

setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

embeds

data DOMHTMLDocumentEmbedsPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentEmbedsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentEmbedsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentEmbedsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentEmbedsPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentEmbedsPropertyInfo :: *

type AttrLabel DOMHTMLDocumentEmbedsPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentEmbedsPropertyInfo :: *

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

dOMHTMLDocumentEmbeds :: AttrLabelProxy "embeds" Source #

fgColor

data DOMHTMLDocumentFgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentFgColorPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentFgColorPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentFgColorPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentFgColorPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentFgColorPropertyInfo :: *

type AttrLabel DOMHTMLDocumentFgColorPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentFgColorPropertyInfo :: *

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

constructDOMHTMLDocumentFgColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentFgColor :: AttrLabelProxy "fgColor" Source #

height

data DOMHTMLDocumentHeightPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentHeightPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentHeightPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentHeightPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentHeightPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentHeightPropertyInfo :: *

type AttrLabel DOMHTMLDocumentHeightPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentHeightPropertyInfo :: *

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

dOMHTMLDocumentHeight :: AttrLabelProxy "height" Source #

linkColor

data DOMHTMLDocumentLinkColorPropertyInfo Source #

Instances

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

constructDOMHTMLDocumentLinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentLinkColor :: AttrLabelProxy "linkColor" Source #

plugins

data DOMHTMLDocumentPluginsPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentPluginsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentPluginsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentPluginsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentPluginsPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentPluginsPropertyInfo :: *

type AttrLabel DOMHTMLDocumentPluginsPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentPluginsPropertyInfo :: *

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

dOMHTMLDocumentPlugins :: AttrLabelProxy "plugins" Source #

scripts

data DOMHTMLDocumentScriptsPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentScriptsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentScriptsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentScriptsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentScriptsPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentScriptsPropertyInfo :: *

type AttrLabel DOMHTMLDocumentScriptsPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentScriptsPropertyInfo :: *

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

dOMHTMLDocumentScripts :: AttrLabelProxy "scripts" Source #

vlinkColor

data DOMHTMLDocumentVlinkColorPropertyInfo Source #

Instances

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

constructDOMHTMLDocumentVlinkColor :: IsDOMHTMLDocument o => Text -> IO (GValueConstruct o) Source #

dOMHTMLDocumentVlinkColor :: AttrLabelProxy "vlinkColor" Source #

width

data DOMHTMLDocumentWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLDocumentWidthPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMHTMLDocumentWidthPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMHTMLDocumentWidthPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMHTMLDocumentWidthPropertyInfo :: * -> Constraint

type AttrGetType DOMHTMLDocumentWidthPropertyInfo :: *

type AttrLabel DOMHTMLDocumentWidthPropertyInfo :: Symbol

type AttrOrigin DOMHTMLDocumentWidthPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMHTMLDocumentWidthPropertyInfo o => Proxy * DOMHTMLDocumentWidthPropertyInfo -> o -> IO (AttrGetType DOMHTMLDocumentWidthPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMHTMLDocumentWidthPropertyInfo o, AttrSetTypeConstraint DOMHTMLDocumentWidthPropertyInfo b) => Proxy * DOMHTMLDocumentWidthPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMHTMLDocumentWidthPropertyInfo o => Proxy * DOMHTMLDocumentWidthPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMHTMLDocumentWidthPropertyInfo o, AttrSetTypeConstraint DOMHTMLDocumentWidthPropertyInfo b) => Proxy * DOMHTMLDocumentWidthPropertyInfo -> b -> IO (GValueConstruct o)

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

dOMHTMLDocumentWidth :: AttrLabelProxy "width" Source #