gi-webkit-3.0.14: 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

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

background

bgColor

link

text

vLink