Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMHTMLBodyElement = DOMHTMLBodyElement (ManagedPtr DOMHTMLBodyElement)
- class (GObject o, IsDescendantOf DOMHTMLBodyElement o) => IsDOMHTMLBodyElement o
- toDOMHTMLBodyElement :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m DOMHTMLBodyElement
- dOMHTMLBodyElementGetALink :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- dOMHTMLBodyElementGetBackground :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- dOMHTMLBodyElementGetBgColor :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- dOMHTMLBodyElementGetLink :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- dOMHTMLBodyElementGetText :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- dOMHTMLBodyElementGetVLink :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- dOMHTMLBodyElementSetALink :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- dOMHTMLBodyElementSetBackground :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- dOMHTMLBodyElementSetBgColor :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- dOMHTMLBodyElementSetLink :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- dOMHTMLBodyElementSetText :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- dOMHTMLBodyElementSetVLink :: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- constructDOMHTMLBodyElementALink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- constructDOMHTMLBodyElementBackground :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- constructDOMHTMLBodyElementBgColor :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- constructDOMHTMLBodyElementLink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- constructDOMHTMLBodyElementText :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- constructDOMHTMLBodyElementVLink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o)
- getDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLBodyElement Source #
Memory-managed wrapper type.
DOMHTMLBodyElement (ManagedPtr DOMHTMLBodyElement) |
Instances
class (GObject o, IsDescendantOf DOMHTMLBodyElement o) => IsDOMHTMLBodyElement o Source #
Type class for types which can be safely cast to DOMHTMLBodyElement
, for instance with toDOMHTMLBodyElement
.
Instances
(GObject o, IsDescendantOf DOMHTMLBodyElement o) => IsDOMHTMLBodyElement o Source # | |
toDOMHTMLBodyElement :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m DOMHTMLBodyElement Source #
Cast to DOMHTMLBodyElement
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Overloaded methods
getALink
dOMHTMLBodyElementGetALink Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getBackground
dOMHTMLBodyElementGetBackground Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getBgColor
dOMHTMLBodyElementGetBgColor Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getLink
dOMHTMLBodyElementGetLink Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getText
dOMHTMLBodyElementGetText Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getVLink
dOMHTMLBodyElementGetVLink Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setALink
dOMHTMLBodyElementSetALink Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setBackground
dOMHTMLBodyElementSetBackground Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setBgColor
dOMHTMLBodyElementSetBgColor Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setLink
dOMHTMLBodyElementSetLink Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setText
dOMHTMLBodyElementSetText Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setVLink
dOMHTMLBodyElementSetVLink Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLBodyElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
aLink
No description available in the introspection data.
constructDOMHTMLBodyElementALink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “a-link
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
Get the value of the “a-link
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLBodyElement #aLink
setDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
Set the value of the “a-link
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLBodyElement [ #aLink:=
value ]
background
No description available in the introspection data.
constructDOMHTMLBodyElementBackground :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “background
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
Get the value of the “background
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLBodyElement #background
setDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
Set the value of the “background
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLBodyElement [ #background:=
value ]
bgColor
No description available in the introspection data.
constructDOMHTMLBodyElementBgColor :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “bg-color
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
Get the value of the “bg-color
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLBodyElement #bgColor
setDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
Set the value of the “bg-color
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLBodyElement [ #bgColor:=
value ]
link
No description available in the introspection data.
constructDOMHTMLBodyElementLink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “link
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
Get the value of the “link
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLBodyElement #link
setDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
Set the value of the “link
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLBodyElement [ #link:=
value ]
text
No description available in the introspection data.
constructDOMHTMLBodyElementText :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “text
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
Get the value of the “text
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLBodyElement #text
setDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
Set the value of the “text
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLBodyElement [ #text:=
value ]
vLink
No description available in the introspection data.
constructDOMHTMLBodyElementVLink :: (IsDOMHTMLBodyElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “v-link
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
Get the value of the “v-link
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLBodyElement #vLink
setDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
Set the value of the “v-link
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLBodyElement [ #vLink:=
value ]