| 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
Description
- newtype DOMHTMLBodyElement = DOMHTMLBodyElement (ManagedPtr DOMHTMLBodyElement)
- class GObject o => IsDOMHTMLBodyElement o
- toDOMHTMLBodyElement :: IsDOMHTMLBodyElement o => o -> IO DOMHTMLBodyElement
- noDOMHTMLBodyElement :: Maybe DOMHTMLBodyElement
- data DOMHTMLBodyElementGetALinkMethodInfo
- dOMHTMLBodyElementGetALink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- data DOMHTMLBodyElementGetBackgroundMethodInfo
- dOMHTMLBodyElementGetBackground :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- data DOMHTMLBodyElementGetBgColorMethodInfo
- dOMHTMLBodyElementGetBgColor :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- data DOMHTMLBodyElementGetLinkMethodInfo
- dOMHTMLBodyElementGetLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- data DOMHTMLBodyElementGetTextMethodInfo
- dOMHTMLBodyElementGetText :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- data DOMHTMLBodyElementGetVLinkMethodInfo
- dOMHTMLBodyElementGetVLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text
- data DOMHTMLBodyElementSetALinkMethodInfo
- dOMHTMLBodyElementSetALink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- data DOMHTMLBodyElementSetBackgroundMethodInfo
- dOMHTMLBodyElementSetBackground :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- data DOMHTMLBodyElementSetBgColorMethodInfo
- dOMHTMLBodyElementSetBgColor :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- data DOMHTMLBodyElementSetLinkMethodInfo
- dOMHTMLBodyElementSetLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- data DOMHTMLBodyElementSetTextMethodInfo
- dOMHTMLBodyElementSetText :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- data DOMHTMLBodyElementSetVLinkMethodInfo
- dOMHTMLBodyElementSetVLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m ()
- data DOMHTMLBodyElementALinkPropertyInfo
- constructDOMHTMLBodyElementALink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o)
- dOMHTMLBodyElementALink :: AttrLabelProxy "aLink"
- getDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- data DOMHTMLBodyElementBackgroundPropertyInfo
- constructDOMHTMLBodyElementBackground :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o)
- dOMHTMLBodyElementBackground :: AttrLabelProxy "background"
- getDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- data DOMHTMLBodyElementBgColorPropertyInfo
- constructDOMHTMLBodyElementBgColor :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o)
- dOMHTMLBodyElementBgColor :: AttrLabelProxy "bgColor"
- getDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- data DOMHTMLBodyElementLinkPropertyInfo
- constructDOMHTMLBodyElementLink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o)
- dOMHTMLBodyElementLink :: AttrLabelProxy "link"
- getDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- data DOMHTMLBodyElementTextPropertyInfo
- constructDOMHTMLBodyElementText :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o)
- dOMHTMLBodyElementText :: AttrLabelProxy "text"
- getDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
- data DOMHTMLBodyElementVLinkPropertyInfo
- constructDOMHTMLBodyElementVLink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o)
- dOMHTMLBodyElementVLink :: AttrLabelProxy "vLink"
- getDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text)
- setDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLBodyElement Source #
Constructors
| DOMHTMLBodyElement (ManagedPtr DOMHTMLBodyElement) |
Instances
| GObject DOMHTMLBodyElement Source # | |
| IsObject DOMHTMLBodyElement Source # | |
| IsDOMObject DOMHTMLBodyElement Source # | |
| IsDOMNode DOMHTMLBodyElement Source # | |
| IsDOMHTMLElement DOMHTMLBodyElement Source # | |
| IsDOMElement DOMHTMLBodyElement Source # | |
| IsDOMEventTarget DOMHTMLBodyElement Source # | |
| IsDOMHTMLBodyElement DOMHTMLBodyElement Source # | |
| ((~) * info (ResolveDOMHTMLBodyElementMethod t DOMHTMLBodyElement), MethodInfo * info DOMHTMLBodyElement p) => IsLabel t (DOMHTMLBodyElement -> p) Source # | |
| ((~) * info (ResolveDOMHTMLBodyElementMethod t DOMHTMLBodyElement), MethodInfo * info DOMHTMLBodyElement p) => IsLabelProxy t (DOMHTMLBodyElement -> p) Source # | |
| HasAttributeList * DOMHTMLBodyElement Source # | |
| type SignalList DOMHTMLBodyElement Source # | |
| type AttributeList DOMHTMLBodyElement Source # | |
class GObject o => IsDOMHTMLBodyElement o Source #
Instances
| (GObject a, UnknownAncestorError Constraint DOMHTMLBodyElement a) => IsDOMHTMLBodyElement a Source # | |
| IsDOMHTMLBodyElement DOMHTMLBodyElement Source # | |
toDOMHTMLBodyElement :: IsDOMHTMLBodyElement o => o -> IO DOMHTMLBodyElement Source #
Methods
getALink
data DOMHTMLBodyElementGetALinkMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetALinkMethodInfo a signature Source # | |
dOMHTMLBodyElementGetALink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text Source #
getBackground
data DOMHTMLBodyElementGetBackgroundMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetBackgroundMethodInfo a signature Source # | |
dOMHTMLBodyElementGetBackground :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text Source #
getBgColor
data DOMHTMLBodyElementGetBgColorMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetBgColorMethodInfo a signature Source # | |
dOMHTMLBodyElementGetBgColor :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text Source #
getLink
data DOMHTMLBodyElementGetLinkMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetLinkMethodInfo a signature Source # | |
dOMHTMLBodyElementGetLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text Source #
getText
data DOMHTMLBodyElementGetTextMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetTextMethodInfo a signature Source # | |
dOMHTMLBodyElementGetText :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text Source #
getVLink
data DOMHTMLBodyElementGetVLinkMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementGetVLinkMethodInfo a signature Source # | |
dOMHTMLBodyElementGetVLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> m Text Source #
setALink
data DOMHTMLBodyElementSetALinkMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementSetALinkMethodInfo a signature Source # | |
dOMHTMLBodyElementSetALink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m () Source #
setBackground
data DOMHTMLBodyElementSetBackgroundMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementSetBackgroundMethodInfo a signature Source # | |
dOMHTMLBodyElementSetBackground :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m () Source #
setBgColor
data DOMHTMLBodyElementSetBgColorMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementSetBgColorMethodInfo a signature Source # | |
dOMHTMLBodyElementSetBgColor :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m () Source #
setLink
data DOMHTMLBodyElementSetLinkMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementSetLinkMethodInfo a signature Source # | |
dOMHTMLBodyElementSetLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m () Source #
setText
data DOMHTMLBodyElementSetTextMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementSetTextMethodInfo a signature Source # | |
dOMHTMLBodyElementSetText :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m () Source #
setVLink
data DOMHTMLBodyElementSetVLinkMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMHTMLBodyElement a) => MethodInfo * DOMHTMLBodyElementSetVLinkMethodInfo a signature Source # | |
dOMHTMLBodyElementSetVLink :: (MonadIO m, IsDOMHTMLBodyElement a) => a -> Text -> m () Source #
Properties
aLink
data DOMHTMLBodyElementALinkPropertyInfo Source #
Instances
| AttrInfo DOMHTMLBodyElementALinkPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLBodyElementALinkPropertyInfo Source # | |
| type AttrOrigin DOMHTMLBodyElementALinkPropertyInfo Source # | |
| type AttrLabel DOMHTMLBodyElementALinkPropertyInfo Source # | |
| type AttrGetType DOMHTMLBodyElementALinkPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementALinkPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLBodyElementALinkPropertyInfo Source # | |
constructDOMHTMLBodyElementALink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #
dOMHTMLBodyElementALink :: AttrLabelProxy "aLink" Source #
getDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
setDOMHTMLBodyElementALink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
background
data DOMHTMLBodyElementBackgroundPropertyInfo Source #
Instances
| AttrInfo DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
| type AttrOrigin DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
| type AttrLabel DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
| type AttrGetType DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLBodyElementBackgroundPropertyInfo Source # | |
constructDOMHTMLBodyElementBackground :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #
dOMHTMLBodyElementBackground :: AttrLabelProxy "background" Source #
getDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
setDOMHTMLBodyElementBackground :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
bgColor
data DOMHTMLBodyElementBgColorPropertyInfo Source #
Instances
| AttrInfo DOMHTMLBodyElementBgColorPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLBodyElementBgColorPropertyInfo Source # | |
| type AttrOrigin DOMHTMLBodyElementBgColorPropertyInfo Source # | |
| type AttrLabel DOMHTMLBodyElementBgColorPropertyInfo Source # | |
| type AttrGetType DOMHTMLBodyElementBgColorPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementBgColorPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLBodyElementBgColorPropertyInfo Source # | |
constructDOMHTMLBodyElementBgColor :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #
dOMHTMLBodyElementBgColor :: AttrLabelProxy "bgColor" Source #
getDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
setDOMHTMLBodyElementBgColor :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
link
data DOMHTMLBodyElementLinkPropertyInfo Source #
Instances
| AttrInfo DOMHTMLBodyElementLinkPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLBodyElementLinkPropertyInfo Source # | |
| type AttrOrigin DOMHTMLBodyElementLinkPropertyInfo Source # | |
| type AttrLabel DOMHTMLBodyElementLinkPropertyInfo Source # | |
| type AttrGetType DOMHTMLBodyElementLinkPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementLinkPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLBodyElementLinkPropertyInfo Source # | |
constructDOMHTMLBodyElementLink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #
dOMHTMLBodyElementLink :: AttrLabelProxy "link" Source #
getDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
setDOMHTMLBodyElementLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
text
data DOMHTMLBodyElementTextPropertyInfo Source #
Instances
| AttrInfo DOMHTMLBodyElementTextPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLBodyElementTextPropertyInfo Source # | |
| type AttrOrigin DOMHTMLBodyElementTextPropertyInfo Source # | |
| type AttrLabel DOMHTMLBodyElementTextPropertyInfo Source # | |
| type AttrGetType DOMHTMLBodyElementTextPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementTextPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLBodyElementTextPropertyInfo Source # | |
constructDOMHTMLBodyElementText :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #
dOMHTMLBodyElementText :: AttrLabelProxy "text" Source #
getDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
setDOMHTMLBodyElementText :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #
vLink
data DOMHTMLBodyElementVLinkPropertyInfo Source #
Instances
| AttrInfo DOMHTMLBodyElementVLinkPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo Source # | |
| type AttrOrigin DOMHTMLBodyElementVLinkPropertyInfo Source # | |
| type AttrLabel DOMHTMLBodyElementVLinkPropertyInfo Source # | |
| type AttrGetType DOMHTMLBodyElementVLinkPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLBodyElementVLinkPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLBodyElementVLinkPropertyInfo Source # | |
constructDOMHTMLBodyElementVLink :: IsDOMHTMLBodyElement o => Text -> IO (GValueConstruct o) Source #
dOMHTMLBodyElementVLink :: AttrLabelProxy "vLink" Source #
getDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> m (Maybe Text) Source #
setDOMHTMLBodyElementVLink :: (MonadIO m, IsDOMHTMLBodyElement o) => o -> Text -> m () Source #