| 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.DOMHTMLDirectoryElement
Contents
Description
- newtype DOMHTMLDirectoryElement = DOMHTMLDirectoryElement (ForeignPtr DOMHTMLDirectoryElement)
- class GObject o => DOMHTMLDirectoryElementK o
- toDOMHTMLDirectoryElement :: DOMHTMLDirectoryElementK o => o -> IO DOMHTMLDirectoryElement
- noDOMHTMLDirectoryElement :: Maybe DOMHTMLDirectoryElement
- data DOMHTMLDirectoryElementGetCompactMethodInfo
- dOMHTMLDirectoryElementGetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> m Bool
- data DOMHTMLDirectoryElementSetCompactMethodInfo
- dOMHTMLDirectoryElementSetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> Bool -> m ()
- data DOMHTMLDirectoryElementCompactPropertyInfo
- constructDOMHTMLDirectoryElementCompact :: Bool -> IO ([Char], GValue)
- dOMHTMLDirectoryElementCompact :: AttrLabelProxy "compact"
- 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) |
Instances
| GObject DOMHTMLDirectoryElement | |
| ((~) * info (ResolveDOMHTMLDirectoryElementMethod t DOMHTMLDirectoryElement), MethodInfo * info DOMHTMLDirectoryElement p) => IsLabelProxy t (DOMHTMLDirectoryElement -> p) | |
| type ParentTypes DOMHTMLDirectoryElement | |
| type AttributeList DOMHTMLDirectoryElement | |
| type SignalList DOMHTMLDirectoryElement |
class GObject o => DOMHTMLDirectoryElementK o Source
Instances
Methods
dOMHTMLDirectoryElementGetCompact
data DOMHTMLDirectoryElementGetCompactMethodInfo Source
Instances
| ((~) * signature (m Bool), MonadIO m, DOMHTMLDirectoryElementK a) => MethodInfo * DOMHTMLDirectoryElementGetCompactMethodInfo a signature |
dOMHTMLDirectoryElementGetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> m Bool Source
dOMHTMLDirectoryElementSetCompact
data DOMHTMLDirectoryElementSetCompactMethodInfo Source
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, DOMHTMLDirectoryElementK a) => MethodInfo * DOMHTMLDirectoryElementSetCompactMethodInfo a signature |
dOMHTMLDirectoryElementSetCompact :: (MonadIO m, DOMHTMLDirectoryElementK a) => a -> Bool -> m () Source
Properties
Compact
data DOMHTMLDirectoryElementCompactPropertyInfo Source
Instances
dOMHTMLDirectoryElementCompact :: AttrLabelProxy "compact" Source
getDOMHTMLDirectoryElementCompact :: (MonadIO m, DOMHTMLDirectoryElementK o) => o -> m Bool Source
setDOMHTMLDirectoryElementCompact :: (MonadIO m, DOMHTMLDirectoryElementK o) => o -> Bool -> m () Source