| 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 :: IsDOMHTMLDirectoryElement o => o -> IO DOMHTMLDirectoryElement
- noDOMHTMLDirectoryElement :: Maybe DOMHTMLDirectoryElement
- data DOMHTMLDirectoryElementGetCompactMethodInfo
- dOMHTMLDirectoryElementGetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) => a -> m Bool
- data DOMHTMLDirectoryElementSetCompactMethodInfo
- dOMHTMLDirectoryElementSetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) => a -> Bool -> m ()
- data DOMHTMLDirectoryElementCompactPropertyInfo
- constructDOMHTMLDirectoryElementCompact :: IsDOMHTMLDirectoryElement o => Bool -> IO (GValueConstruct o)
- dOMHTMLDirectoryElementCompact :: AttrLabelProxy "compact"
- 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
| GObject DOMHTMLDirectoryElement Source # | |
| IsObject DOMHTMLDirectoryElement Source # | |
| IsDOMObject DOMHTMLDirectoryElement Source # | |
| IsDOMNode DOMHTMLDirectoryElement Source # | |
| IsDOMHTMLElement DOMHTMLDirectoryElement Source # | |
| IsDOMElement DOMHTMLDirectoryElement Source # | |
| IsDOMEventTarget DOMHTMLDirectoryElement Source # | |
| IsDOMHTMLDirectoryElement DOMHTMLDirectoryElement Source # | |
| ((~) * info (ResolveDOMHTMLDirectoryElementMethod t DOMHTMLDirectoryElement), MethodInfo * info DOMHTMLDirectoryElement p) => IsLabel t (DOMHTMLDirectoryElement -> p) Source # | |
| ((~) * info (ResolveDOMHTMLDirectoryElementMethod t DOMHTMLDirectoryElement), MethodInfo * info DOMHTMLDirectoryElement p) => IsLabelProxy t (DOMHTMLDirectoryElement -> p) Source # | |
| HasAttributeList * DOMHTMLDirectoryElement Source # | |
| type AttributeList DOMHTMLDirectoryElement Source # | |
| type SignalList DOMHTMLDirectoryElement Source # | |
class GObject o => IsDOMHTMLDirectoryElement o Source #
toDOMHTMLDirectoryElement :: IsDOMHTMLDirectoryElement o => o -> IO DOMHTMLDirectoryElement Source #
Methods
getCompact
data DOMHTMLDirectoryElementGetCompactMethodInfo Source #
Instances
| ((~) * signature (m Bool), MonadIO m, IsDOMHTMLDirectoryElement a) => MethodInfo * DOMHTMLDirectoryElementGetCompactMethodInfo a signature Source # | |
dOMHTMLDirectoryElementGetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) | |
| => a |
|
| -> m Bool | Returns: A |
No description available in the introspection data.
setCompact
data DOMHTMLDirectoryElementSetCompactMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLDirectoryElement a) => MethodInfo * DOMHTMLDirectoryElementSetCompactMethodInfo a signature Source # | |
dOMHTMLDirectoryElementSetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) | |
| => a |
|
| -> Bool |
|
| -> m () |
No description available in the introspection data.
Properties
compact
data DOMHTMLDirectoryElementCompactPropertyInfo Source #
Instances
constructDOMHTMLDirectoryElementCompact :: IsDOMHTMLDirectoryElement o => Bool -> IO (GValueConstruct o) Source #
dOMHTMLDirectoryElementCompact :: AttrLabelProxy "compact" Source #
getDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m Bool Source #
setDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> Bool -> m () Source #