| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLDListElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLDListElement = DOMHTMLDListElement (ManagedPtr DOMHTMLDListElement)
- class (GObject o, IsDescendantOf DOMHTMLDListElement o) => IsDOMHTMLDListElement o
- toDOMHTMLDListElement :: (MonadIO m, IsDOMHTMLDListElement o) => o -> m DOMHTMLDListElement
- noDOMHTMLDListElement :: Maybe DOMHTMLDListElement
- dOMHTMLDListElementGetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLDListElement a) => a -> m Bool
- dOMHTMLDListElementSetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLDListElement a) => a -> Bool -> m ()
- constructDOMHTMLDListElementCompact :: IsDOMHTMLDListElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLDListElementCompact :: (MonadIO m, IsDOMHTMLDListElement o) => o -> m Bool
- setDOMHTMLDListElementCompact :: (MonadIO m, IsDOMHTMLDListElement o) => o -> Bool -> m ()
Exported types
newtype DOMHTMLDListElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLDListElement (ManagedPtr DOMHTMLDListElement) |
Instances
| Eq DOMHTMLDListElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDListElement Methods (==) :: DOMHTMLDListElement -> DOMHTMLDListElement -> Bool # (/=) :: DOMHTMLDListElement -> DOMHTMLDListElement -> Bool # | |
| IsGValue DOMHTMLDListElement Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDListElement Methods toGValue :: DOMHTMLDListElement -> IO GValue # fromGValue :: GValue -> IO DOMHTMLDListElement # | |
| GObject DOMHTMLDListElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDListElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLDListElement Source # | |
| type ParentTypes DOMHTMLDListElement Source # | |
class (GObject o, IsDescendantOf DOMHTMLDListElement o) => IsDOMHTMLDListElement o Source #
Type class for types which can be safely cast to DOMHTMLDListElement, for instance with toDOMHTMLDListElement.
Instances
toDOMHTMLDListElement :: (MonadIO m, IsDOMHTMLDListElement o) => o -> m DOMHTMLDListElement Source #
Cast to DOMHTMLDListElement, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLDListElement :: Maybe DOMHTMLDListElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLDListElement.
Methods
Overloaded methods
getCompact
dOMHTMLDListElementGetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDListElement a) | |
| => a |
|
| -> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setCompact
dOMHTMLDListElementSetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLDListElement a) | |
| => a |
|
| -> Bool |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
compact
No description available in the introspection data.
constructDOMHTMLDListElementCompact :: IsDOMHTMLDListElement o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “compact” property. This is rarely needed directly, but it is used by new.
getDOMHTMLDListElementCompact :: (MonadIO m, IsDOMHTMLDListElement o) => o -> m Bool Source #
Get the value of the “compact” property.
When overloading is enabled, this is equivalent to
get dOMHTMLDListElement #compact
setDOMHTMLDListElementCompact :: (MonadIO m, IsDOMHTMLDListElement o) => o -> Bool -> m () Source #
Set the value of the “compact” property.
When overloading is enabled, this is equivalent to
setdOMHTMLDListElement [ #compact:=value ]