| 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
Description
- newtype DOMHTMLDirectoryElement = DOMHTMLDirectoryElement (ManagedPtr DOMHTMLDirectoryElement)
- class GObject o => IsDOMHTMLDirectoryElement o
- toDOMHTMLDirectoryElement :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m DOMHTMLDirectoryElement
- noDOMHTMLDirectoryElement :: Maybe DOMHTMLDirectoryElement
- dOMHTMLDirectoryElementGetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) => a -> m Bool
- dOMHTMLDirectoryElementSetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) => a -> Bool -> m ()
- constructDOMHTMLDirectoryElementCompact :: IsDOMHTMLDirectoryElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m Bool
- setDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> Bool -> m ()
Exported types
newtype DOMHTMLDirectoryElement Source #
Constructors
| DOMHTMLDirectoryElement (ManagedPtr DOMHTMLDirectoryElement) |
Instances
class GObject o => IsDOMHTMLDirectoryElement o Source #
toDOMHTMLDirectoryElement :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m DOMHTMLDirectoryElement Source #
Methods
getCompact
dOMHTMLDirectoryElementGetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) | |
| => a |
|
| -> m Bool | Returns: A |
No description available in the introspection data.
setCompact
dOMHTMLDirectoryElementSetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) | |
| => a |
|
| -> Bool |
|
| -> m () |
No description available in the introspection data.
Properties
compact
constructDOMHTMLDirectoryElementCompact :: IsDOMHTMLDirectoryElement o => Bool -> IO (GValueConstruct o) Source #
getDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m Bool Source #
setDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> Bool -> m () Source #