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.WebKit2WebExtension.Objects.DOMHTMLOListElement
Contents
Description
- newtype DOMHTMLOListElement = DOMHTMLOListElement (ManagedPtr DOMHTMLOListElement)
- class GObject 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 #
Constructors
DOMHTMLOListElement (ManagedPtr DOMHTMLOListElement) |
Instances
class GObject o => IsDOMHTMLOListElement o Source #
toDOMHTMLOListElement :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m DOMHTMLOListElement Source #
Methods
getCompact
dOMHTMLOListElementGetCompact Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
=> a |
|
-> m Bool | Returns: A |
No description available in the introspection data.
getStart
dOMHTMLOListElementGetStart Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
=> a |
|
-> m CLong | Returns: A |
No description available in the introspection data.
getTypeAttr
dOMHTMLOListElementGetTypeAttr Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
=> a |
|
-> m Text | Returns: A |
No description available in the introspection data.
setCompact
dOMHTMLOListElementSetCompact Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
=> a |
|
-> Bool |
|
-> m () |
No description available in the introspection data.
setStart
dOMHTMLOListElementSetStart Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
=> a |
|
-> CLong |
|
-> m () |
No description available in the introspection data.
setTypeAttr
dOMHTMLOListElementSetTypeAttr Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLOListElement a) | |
=> a |
|
-> Text |
|
-> m () |
No description available in the introspection data.
Properties
compact
constructDOMHTMLOListElementCompact :: IsDOMHTMLOListElement o => Bool -> IO (GValueConstruct o) Source #
getDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m Bool Source #
setDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Bool -> m () Source #
start
constructDOMHTMLOListElementStart :: IsDOMHTMLOListElement o => CLong -> IO (GValueConstruct o) Source #
getDOMHTMLOListElementStart :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m CLong Source #
setDOMHTMLOListElementStart :: (MonadIO m, IsDOMHTMLOListElement o) => o -> CLong -> m () Source #
type
clearDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m () Source #
constructDOMHTMLOListElementType :: IsDOMHTMLOListElement o => Text -> IO (GValueConstruct o) Source #
getDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m (Maybe Text) Source #
setDOMHTMLOListElementType :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Text -> m () Source #