| 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.DOMHTMLOListElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLOListElement = DOMHTMLOListElement (ManagedPtr DOMHTMLOListElement)
- class (GObject o, IsDescendantOf DOMHTMLOListElement o) => IsDOMHTMLOListElement o
- toDOMHTMLOListElement :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m DOMHTMLOListElement
- noDOMHTMLOListElement :: Maybe DOMHTMLOListElement
- dOMHTMLOListElementGetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) => a -> m Bool
- dOMHTMLOListElementGetStart :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) => a -> m CLong
- dOMHTMLOListElementGetTypeAttr :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) => a -> m Text
- dOMHTMLOListElementSetCompact :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) => a -> Bool -> m ()
- dOMHTMLOListElementSetStart :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) => a -> CLong -> m ()
- dOMHTMLOListElementSetTypeAttr :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) => a -> Text -> m ()
- constructDOMHTMLOListElementCompact :: IsDOMHTMLOListElement o => Bool -> IO (GValueConstruct o)
- getDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m Bool
- setDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Bool -> m ()
- constructDOMHTMLOListElementStart :: IsDOMHTMLOListElement o => CLong -> IO (GValueConstruct o)
- getDOMHTMLOListElementStart :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m CLong
- setDOMHTMLOListElementStart :: (MonadIO m, IsDOMHTMLOListElement o) => o -> CLong -> m ()
- clearDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m ()
- constructDOMHTMLOListElementType :: IsDOMHTMLOListElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m (Maybe Text)
- setDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLOListElement Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLOListElement (ManagedPtr DOMHTMLOListElement) |
Instances
| Eq DOMHTMLOListElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOListElement Methods (==) :: DOMHTMLOListElement -> DOMHTMLOListElement -> Bool # (/=) :: DOMHTMLOListElement -> DOMHTMLOListElement -> Bool # | |
| IsGValue DOMHTMLOListElement Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOListElement Methods toGValue :: DOMHTMLOListElement -> IO GValue # fromGValue :: GValue -> IO DOMHTMLOListElement # | |
| GObject DOMHTMLOListElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOListElement Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLOListElement Source # | |
| type ParentTypes DOMHTMLOListElement Source # | |
class (GObject o, IsDescendantOf DOMHTMLOListElement o) => IsDOMHTMLOListElement o Source #
Type class for types which can be safely cast to DOMHTMLOListElement, for instance with toDOMHTMLOListElement.
Instances
toDOMHTMLOListElement :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m DOMHTMLOListElement Source #
Cast to DOMHTMLOListElement, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLOListElement :: Maybe DOMHTMLOListElement Source #
A convenience alias for Nothing :: Maybe DOMHTMLOListElement.
Methods
Overloaded methods
getCompact
dOMHTMLOListElementGetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
| => a |
|
| -> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getStart
dOMHTMLOListElementGetStart Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
| => a |
|
| -> m CLong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getTypeAttr
dOMHTMLOListElementGetTypeAttr Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setCompact
dOMHTMLOListElementSetCompact Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
| => a |
|
| -> Bool |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setStart
dOMHTMLOListElementSetStart Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
| => a |
|
| -> CLong |
|
| -> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setTypeAttr
dOMHTMLOListElementSetTypeAttr Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLOListElement 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.
constructDOMHTMLOListElementCompact :: IsDOMHTMLOListElement 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.
getDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m Bool Source #
Get the value of the “compact” property.
When overloading is enabled, this is equivalent to
get dOMHTMLOListElement #compact
setDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Bool -> m () Source #
Set the value of the “compact” property.
When overloading is enabled, this is equivalent to
setdOMHTMLOListElement [ #compact:=value ]
start
No description available in the introspection data.
constructDOMHTMLOListElementStart :: IsDOMHTMLOListElement o => CLong -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “start” property. This is rarely needed directly, but it is used by new.
getDOMHTMLOListElementStart :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m CLong Source #
Get the value of the “start” property.
When overloading is enabled, this is equivalent to
get dOMHTMLOListElement #start
setDOMHTMLOListElementStart :: (MonadIO m, IsDOMHTMLOListElement o) => o -> CLong -> m () Source #
Set the value of the “start” property.
When overloading is enabled, this is equivalent to
setdOMHTMLOListElement [ #start:=value ]
type
No description available in the introspection data.
clearDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m () Source #
Set the value of the “type” property to Nothing.
When overloading is enabled, this is equivalent to
clear #type
constructDOMHTMLOListElementType :: IsDOMHTMLOListElement 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.
getDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m (Maybe Text) Source #
Get the value of the “type” property.
When overloading is enabled, this is equivalent to
get dOMHTMLOListElement #type
setDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Text -> m () Source #
Set the value of the “type” property.
When overloading is enabled, this is equivalent to
setdOMHTMLOListElement [ #type:=value ]