| 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.DOMHTMLUListElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLUListElement = DOMHTMLUListElement (ManagedPtr DOMHTMLUListElement)
- class (GObject o, IsDescendantOf DOMHTMLUListElement o) => IsDOMHTMLUListElement o
- toDOMHTMLUListElement :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m DOMHTMLUListElement
- noDOMHTMLUListElement :: Maybe DOMHTMLUListElement
- dOMHTMLUListElementGetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) => a -> m Bool
- dOMHTMLUListElementGetTypeAttr :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) => a -> m Text
- dOMHTMLUListElementSetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) => a -> Bool -> m ()
- dOMHTMLUListElementSetTypeAttr :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) => a -> Text -> m ()
- constructDOMHTMLUListElementCompact :: IsDOMHTMLUListElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLUListElementCompact :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m Bool
- setDOMHTMLUListElementCompact :: (MonadIO m, IsDOMHTMLUListElement o) => o -> Bool -> m ()
- clearDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m ()
- constructDOMHTMLUListElementType :: IsDOMHTMLUListElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m (Maybe Text)
- setDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLUListElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLUListElement (ManagedPtr DOMHTMLUListElement) |
Instances
| Eq DOMHTMLUListElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLUListElement Methods (==) :: DOMHTMLUListElement -> DOMHTMLUListElement -> Bool # (/=) :: DOMHTMLUListElement -> DOMHTMLUListElement -> Bool # | |
| IsGValue DOMHTMLUListElement Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLUListElement Methods toGValue :: DOMHTMLUListElement -> IO GValue # fromGValue :: GValue -> IO DOMHTMLUListElement # | |
| GObject DOMHTMLUListElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLUListElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLUListElement Source # | |
| type ParentTypes DOMHTMLUListElement Source # | |
class (GObject o, IsDescendantOf DOMHTMLUListElement o) => IsDOMHTMLUListElement o Source #
Type class for types which can be safely cast to DOMHTMLUListElement, for instance with toDOMHTMLUListElement.
Instances
toDOMHTMLUListElement :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m DOMHTMLUListElement Source #
Cast to DOMHTMLUListElement, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLUListElement :: Maybe DOMHTMLUListElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLUListElement.
Methods
Overloaded methods
getCompact
dOMHTMLUListElementGetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) | |
| => a |
|
| -> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getTypeAttr
dOMHTMLUListElementGetTypeAttr Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setCompact
dOMHTMLUListElementSetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) | |
| => a |
|
| -> Bool |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setTypeAttr
dOMHTMLUListElementSetTypeAttr Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLUListElement a) | |
| => a |
|
| -> Text |
|
| -> 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.
constructDOMHTMLUListElementCompact :: IsDOMHTMLUListElement 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.
getDOMHTMLUListElementCompact :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m Bool Source #
Get the value of the “compact” property.
When overloading is enabled, this is equivalent to
get dOMHTMLUListElement #compact
setDOMHTMLUListElementCompact :: (MonadIO m, IsDOMHTMLUListElement o) => o -> Bool -> m () Source #
Set the value of the “compact” property.
When overloading is enabled, this is equivalent to
setdOMHTMLUListElement [ #compact:=value ]
type
No description available in the introspection data.
clearDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m () Source #
Set the value of the “type” property to Nothing.
When overloading is enabled, this is equivalent to
clear #type
constructDOMHTMLUListElementType :: IsDOMHTMLUListElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.
getDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> m (Maybe Text) Source #
Get the value of the “type” property.
When overloading is enabled, this is equivalent to
get dOMHTMLUListElement #type
setDOMHTMLUListElementType :: (MonadIO m, IsDOMHTMLUListElement o) => o -> Text -> m () Source #
Set the value of the “type” property.
When overloading is enabled, this is equivalent to
setdOMHTMLUListElement [ #type:=value ]