| 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.WebKit2WebExtension.Objects.DOMHTMLBRElement
Description
- newtype DOMHTMLBRElement = DOMHTMLBRElement (ForeignPtr DOMHTMLBRElement)
- class GObject o => DOMHTMLBRElementK o
- toDOMHTMLBRElement :: DOMHTMLBRElementK o => o -> IO DOMHTMLBRElement
- noDOMHTMLBRElement :: Maybe DOMHTMLBRElement
- dOMHTMLBRElementGetClear :: (MonadIO m, DOMHTMLBRElementK a) => a -> m Text
- dOMHTMLBRElementSetClear :: (MonadIO m, DOMHTMLBRElementK a) => a -> Text -> m ()
- data DOMHTMLBRElementClearPropertyInfo
- constructDOMHTMLBRElementClear :: Text -> IO ([Char], GValue)
- getDOMHTMLBRElementClear :: (MonadIO m, DOMHTMLBRElementK o) => o -> m Text
- setDOMHTMLBRElementClear :: (MonadIO m, DOMHTMLBRElementK o) => o -> Text -> m ()
Exported types
class GObject o => DOMHTMLBRElementK o Source
Instances
| (GObject o, IsDescendantOf DOMHTMLBRElement o) => DOMHTMLBRElementK o |
toDOMHTMLBRElement :: DOMHTMLBRElementK o => o -> IO DOMHTMLBRElement Source
Methods
dOMHTMLBRElementGetClear
dOMHTMLBRElementGetClear :: (MonadIO m, DOMHTMLBRElementK a) => a -> m Text Source
dOMHTMLBRElementSetClear
dOMHTMLBRElementSetClear :: (MonadIO m, DOMHTMLBRElementK a) => a -> Text -> m () Source
Properties
Clear
data DOMHTMLBRElementClearPropertyInfo Source
Instances
| AttrInfo DOMHTMLBRElementClearPropertyInfo | |
| type AttrLabel DOMHTMLBRElementClearPropertyInfo = "DOMHTMLBRElement::clear" | |
| type AttrGetType DOMHTMLBRElementClearPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLBRElementClearPropertyInfo = DOMHTMLBRElementK | |
| type AttrSetTypeConstraint DOMHTMLBRElementClearPropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLBRElementClearPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLBRElementClear :: (MonadIO m, DOMHTMLBRElementK o) => o -> m Text Source
setDOMHTMLBRElementClear :: (MonadIO m, DOMHTMLBRElementK o) => o -> Text -> m () Source