gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMHTMLBodyElement

Contents

Description

 

Synopsis

Exported types

Methods

getALink

dOMHTMLBodyElementGetALink Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getBackground

dOMHTMLBodyElementGetBackground Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getBgColor

dOMHTMLBodyElementGetBgColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getLink

dOMHTMLBodyElementGetLink Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getText

dOMHTMLBodyElementGetText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getVLink

dOMHTMLBodyElementGetVLink Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> m Text

Returns: A gchar

No description available in the introspection data.

setALink

dOMHTMLBodyElementSetALink Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setBackground

dOMHTMLBodyElementSetBackground Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setBgColor

dOMHTMLBodyElementSetBgColor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setLink

dOMHTMLBodyElementSetLink Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setText

dOMHTMLBodyElementSetText Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setVLink

dOMHTMLBodyElementSetVLink Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) 
=> a

self: A DOMHTMLBodyElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

aLink

data DOMHTMLBodyElementALinkPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrOrigin DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrGetType DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementALinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementALinkPropertyInfo Source # 

background

data DOMHTMLBodyElementBackgroundPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementBackgroundPropertyInfo Source # 
type AttrOrigin DOMHTMLBodyElementBackgroundPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementBackgroundPropertyInfo Source # 
type AttrGetType DOMHTMLBodyElementBackgroundPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementBackgroundPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementBackgroundPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementBackgroundPropertyInfo Source # 

bgColor

data DOMHTMLBodyElementBgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementBgColorPropertyInfo Source # 
type AttrOrigin DOMHTMLBodyElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementBgColorPropertyInfo Source # 
type AttrGetType DOMHTMLBodyElementBgColorPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementBgColorPropertyInfo Source # 

link

data DOMHTMLBodyElementLinkPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementLinkPropertyInfo Source # 
type AttrOrigin DOMHTMLBodyElementLinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementLinkPropertyInfo Source # 
type AttrGetType DOMHTMLBodyElementLinkPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementLinkPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementLinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementLinkPropertyInfo Source # 

text

data DOMHTMLBodyElementTextPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementTextPropertyInfo Source # 
type AttrOrigin DOMHTMLBodyElementTextPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementTextPropertyInfo Source # 
type AttrGetType DOMHTMLBodyElementTextPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementTextPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementTextPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementTextPropertyInfo Source # 

vLink

data DOMHTMLBodyElementVLinkPropertyInfo Source #

Instances

AttrInfo DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrOrigin DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrLabel DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrGetType DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo Source # 
type AttrAllowedOps DOMHTMLBodyElementVLinkPropertyInfo Source #