| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMHTMLBodyElement
Contents
- Exported types
- Methods
- dOMHTMLBodyElementGetALink
- dOMHTMLBodyElementGetBackground
- dOMHTMLBodyElementGetBgColor
- dOMHTMLBodyElementGetLink
- dOMHTMLBodyElementGetText
- dOMHTMLBodyElementGetVLink
- dOMHTMLBodyElementSetALink
- dOMHTMLBodyElementSetBackground
- dOMHTMLBodyElementSetBgColor
- dOMHTMLBodyElementSetLink
- dOMHTMLBodyElementSetText
- dOMHTMLBodyElementSetVLink
- Properties
Description
- newtype DOMHTMLBodyElement = DOMHTMLBodyElement (ForeignPtr DOMHTMLBodyElement)
- class GObject o => DOMHTMLBodyElementK o
- toDOMHTMLBodyElement :: DOMHTMLBodyElementK o => o -> IO DOMHTMLBodyElement
- noDOMHTMLBodyElement :: Maybe DOMHTMLBodyElement
- dOMHTMLBodyElementGetALink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text
- dOMHTMLBodyElementGetBackground :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text
- dOMHTMLBodyElementGetBgColor :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text
- dOMHTMLBodyElementGetLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text
- dOMHTMLBodyElementGetText :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text
- dOMHTMLBodyElementGetVLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text
- dOMHTMLBodyElementSetALink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m ()
- dOMHTMLBodyElementSetBackground :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m ()
- dOMHTMLBodyElementSetBgColor :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m ()
- dOMHTMLBodyElementSetLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m ()
- dOMHTMLBodyElementSetText :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m ()
- dOMHTMLBodyElementSetVLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m ()
- data DOMHTMLBodyElementALinkPropertyInfo
- constructDOMHTMLBodyElementALink :: Text -> IO ([Char], GValue)
- getDOMHTMLBodyElementALink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text
- setDOMHTMLBodyElementALink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m ()
- data DOMHTMLBodyElementBackgroundPropertyInfo
- constructDOMHTMLBodyElementBackground :: Text -> IO ([Char], GValue)
- getDOMHTMLBodyElementBackground :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text
- setDOMHTMLBodyElementBackground :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m ()
- data DOMHTMLBodyElementBgColorPropertyInfo
- constructDOMHTMLBodyElementBgColor :: Text -> IO ([Char], GValue)
- getDOMHTMLBodyElementBgColor :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text
- setDOMHTMLBodyElementBgColor :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m ()
- data DOMHTMLBodyElementLinkPropertyInfo
- constructDOMHTMLBodyElementLink :: Text -> IO ([Char], GValue)
- getDOMHTMLBodyElementLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text
- setDOMHTMLBodyElementLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m ()
- data DOMHTMLBodyElementTextPropertyInfo
- constructDOMHTMLBodyElementText :: Text -> IO ([Char], GValue)
- getDOMHTMLBodyElementText :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text
- setDOMHTMLBodyElementText :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m ()
- data DOMHTMLBodyElementVLinkPropertyInfo
- constructDOMHTMLBodyElementVLink :: Text -> IO ([Char], GValue)
- getDOMHTMLBodyElementVLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text
- setDOMHTMLBodyElementVLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m ()
Exported types
newtype DOMHTMLBodyElement Source
Constructors
| DOMHTMLBodyElement (ForeignPtr DOMHTMLBodyElement) |
Instances
class GObject o => DOMHTMLBodyElementK o Source
Instances
| (GObject o, IsDescendantOf DOMHTMLBodyElement o) => DOMHTMLBodyElementK o |
toDOMHTMLBodyElement :: DOMHTMLBodyElementK o => o -> IO DOMHTMLBodyElement Source
Methods
dOMHTMLBodyElementGetALink
dOMHTMLBodyElementGetALink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text Source
dOMHTMLBodyElementGetBackground
dOMHTMLBodyElementGetBackground :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text Source
dOMHTMLBodyElementGetBgColor
dOMHTMLBodyElementGetBgColor :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text Source
dOMHTMLBodyElementGetLink
dOMHTMLBodyElementGetLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text Source
dOMHTMLBodyElementGetText
dOMHTMLBodyElementGetText :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text Source
dOMHTMLBodyElementGetVLink
dOMHTMLBodyElementGetVLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> m Text Source
dOMHTMLBodyElementSetALink
dOMHTMLBodyElementSetALink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m () Source
dOMHTMLBodyElementSetBackground
dOMHTMLBodyElementSetBackground :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m () Source
dOMHTMLBodyElementSetBgColor
dOMHTMLBodyElementSetBgColor :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m () Source
dOMHTMLBodyElementSetLink
dOMHTMLBodyElementSetLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m () Source
dOMHTMLBodyElementSetText
dOMHTMLBodyElementSetText :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m () Source
dOMHTMLBodyElementSetVLink
dOMHTMLBodyElementSetVLink :: (MonadIO m, DOMHTMLBodyElementK a) => a -> Text -> m () Source
Properties
ALink
data DOMHTMLBodyElementALinkPropertyInfo Source
Instances
| AttrInfo DOMHTMLBodyElementALinkPropertyInfo | |
| type AttrLabel DOMHTMLBodyElementALinkPropertyInfo = "DOMHTMLBodyElement::a-link" | |
| type AttrGetType DOMHTMLBodyElementALinkPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementALinkPropertyInfo = DOMHTMLBodyElementK | |
| type AttrSetTypeConstraint DOMHTMLBodyElementALinkPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBodyElementALinkPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBodyElementALink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text Source
setDOMHTMLBodyElementALink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m () Source
Background
data DOMHTMLBodyElementBackgroundPropertyInfo Source
Instances
| AttrInfo DOMHTMLBodyElementBackgroundPropertyInfo | |
| type AttrLabel DOMHTMLBodyElementBackgroundPropertyInfo = "DOMHTMLBodyElement::background" | |
| type AttrGetType DOMHTMLBodyElementBackgroundPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementBackgroundPropertyInfo = DOMHTMLBodyElementK | |
| type AttrSetTypeConstraint DOMHTMLBodyElementBackgroundPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBodyElementBackgroundPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBodyElementBackground :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text Source
setDOMHTMLBodyElementBackground :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m () Source
BgColor
data DOMHTMLBodyElementBgColorPropertyInfo Source
Instances
| AttrInfo DOMHTMLBodyElementBgColorPropertyInfo | |
| type AttrLabel DOMHTMLBodyElementBgColorPropertyInfo = "DOMHTMLBodyElement::bg-color" | |
| type AttrGetType DOMHTMLBodyElementBgColorPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementBgColorPropertyInfo = DOMHTMLBodyElementK | |
| type AttrSetTypeConstraint DOMHTMLBodyElementBgColorPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBodyElementBgColorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBodyElementBgColor :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text Source
setDOMHTMLBodyElementBgColor :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m () Source
Link
data DOMHTMLBodyElementLinkPropertyInfo Source
Instances
| AttrInfo DOMHTMLBodyElementLinkPropertyInfo | |
| type AttrLabel DOMHTMLBodyElementLinkPropertyInfo = "DOMHTMLBodyElement::link" | |
| type AttrGetType DOMHTMLBodyElementLinkPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementLinkPropertyInfo = DOMHTMLBodyElementK | |
| type AttrSetTypeConstraint DOMHTMLBodyElementLinkPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBodyElementLinkPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBodyElementLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text Source
setDOMHTMLBodyElementLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m () Source
Text
data DOMHTMLBodyElementTextPropertyInfo Source
Instances
| AttrInfo DOMHTMLBodyElementTextPropertyInfo | |
| type AttrLabel DOMHTMLBodyElementTextPropertyInfo = "DOMHTMLBodyElement::text" | |
| type AttrGetType DOMHTMLBodyElementTextPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementTextPropertyInfo = DOMHTMLBodyElementK | |
| type AttrSetTypeConstraint DOMHTMLBodyElementTextPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBodyElementTextPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBodyElementText :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text Source
setDOMHTMLBodyElementText :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m () Source
VLink
data DOMHTMLBodyElementVLinkPropertyInfo Source
Instances
| AttrInfo DOMHTMLBodyElementVLinkPropertyInfo | |
| type AttrLabel DOMHTMLBodyElementVLinkPropertyInfo = "DOMHTMLBodyElement::v-link" | |
| type AttrGetType DOMHTMLBodyElementVLinkPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo = DOMHTMLBodyElementK | |
| type AttrSetTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBodyElementVLinkPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBodyElementVLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> m Text Source
setDOMHTMLBodyElementVLink :: (MonadIO m, DOMHTMLBodyElementK o) => o -> Text -> m () Source