| 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 :: (MonadIO m, IsDOMHTMLDirectoryElement a) => a -> m Bool
- data DOMHTMLDirectoryElementSetCompactMethodInfo
- dOMHTMLDirectoryElementSetCompact :: (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 SignalList DOMHTMLDirectoryElement Source # | |
| type AttributeList DOMHTMLDirectoryElement Source # | |
class GObject o => IsDOMHTMLDirectoryElement o Source #
Instances
| (GObject a, UnknownAncestorError Constraint DOMHTMLDirectoryElement a) => IsDOMHTMLDirectoryElement a Source # | |
| IsDOMHTMLDirectoryElement DOMHTMLDirectoryElement 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 :: (MonadIO m, IsDOMHTMLDirectoryElement a) => a -> m Bool Source #
setCompact
data DOMHTMLDirectoryElementSetCompactMethodInfo Source #
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, IsDOMHTMLDirectoryElement a) => MethodInfo * DOMHTMLDirectoryElementSetCompactMethodInfo a signature Source # | |
dOMHTMLDirectoryElementSetCompact :: (MonadIO m, IsDOMHTMLDirectoryElement a) => a -> Bool -> m () Source #
Properties
compact
data DOMHTMLDirectoryElementCompactPropertyInfo Source #
Instances
| AttrInfo DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
| type AttrOrigin DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
| type AttrLabel DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
| type AttrGetType DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
| type AttrAllowedOps DOMHTMLDirectoryElementCompactPropertyInfo Source # | |
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 #