| 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.DOMHTMLDirectoryElement
Contents
Description
- newtype DOMHTMLDirectoryElement = DOMHTMLDirectoryElement (ForeignPtr DOMHTMLDirectoryElement)
- class GObject o => DOMHTMLDirectoryElementK o
- toDOMHTMLDirectoryElement :: DOMHTMLDirectoryElementK o => o -> IO DOMHTMLDirectoryElement
- noDOMHTMLDirectoryElement :: Maybe DOMHTMLDirectoryElement
- dOMHTMLDirectoryElementGetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> m Bool
- dOMHTMLDirectoryElementSetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> Bool -> m ()
- data DOMHTMLDirectoryElementCompactPropertyInfo
- constructDOMHTMLDirectoryElementCompact :: Bool -> IO ([Char], GValue)
- getDOMHTMLDirectoryElementCompact :: (MonadIO m, DOMHTMLDirectoryElementK o) => o -> m Bool
- setDOMHTMLDirectoryElementCompact :: (MonadIO m, DOMHTMLDirectoryElementK o) => o -> Bool -> m ()
Exported types
newtype DOMHTMLDirectoryElement Source
Constructors
| DOMHTMLDirectoryElement (ForeignPtr DOMHTMLDirectoryElement) |
class GObject o => DOMHTMLDirectoryElementK o Source
Instances
Methods
dOMHTMLDirectoryElementGetCompact
dOMHTMLDirectoryElementGetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> m Bool Source
dOMHTMLDirectoryElementSetCompact
dOMHTMLDirectoryElementSetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> Bool -> m () Source
Properties
Compact
data DOMHTMLDirectoryElementCompactPropertyInfo Source
Instances
| AttrInfo DOMHTMLDirectoryElementCompactPropertyInfo | |
| type AttrLabel DOMHTMLDirectoryElementCompactPropertyInfo = "DOMHTMLDirectoryElement::compact" | |
| type AttrGetType DOMHTMLDirectoryElementCompactPropertyInfo = Bool | |
| type AttrBaseTypeConstraint DOMHTMLDirectoryElementCompactPropertyInfo = DOMHTMLDirectoryElementK | |
| type AttrSetTypeConstraint DOMHTMLDirectoryElementCompactPropertyInfo = * ~ Bool | |
| type AttrAllowedOps DOMHTMLDirectoryElementCompactPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLDirectoryElementCompact :: (MonadIO m, DOMHTMLDirectoryElementK o) => o -> m Bool Source
setDOMHTMLDirectoryElementCompact :: (MonadIO m, DOMHTMLDirectoryElementK o) => o -> Bool -> m () Source