Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- 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, MonadIO m) => Bool -> m (GValueConstruct o)
- getDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> m Bool
- setDOMHTMLOListElementCompact :: (MonadIO m, IsDOMHTMLOListElement o) => o -> Bool -> m ()
- constructDOMHTMLOListElementStart :: (IsDOMHTMLOListElement o, MonadIO m) => CLong -> m (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, MonadIO m) => Text -> m (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.
DOMHTMLOListElement (ManagedPtr DOMHTMLOListElement) |
Instances
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
(GObject o, IsDescendantOf DOMHTMLOListElement o) => IsDOMHTMLOListElement o Source # | |
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
.
Methods
Click to display all available methods, including inherited ones
Methods
addEventListener, appendChild, bindProperty, bindPropertyFull, blur, click, cloneNodeWithError, closest, compareDocumentPosition, contains, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.
Getters
getAccessKey, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getCompact, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStart, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getTypeAttr, getWebkitRegionOverset, getWebkitdropzone.
Setters
setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setCompact, setContentEditable, setData, setDataFull, setDir, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLang, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setStart, setTabIndex, setTextContent, setTitle, setTranslate, setTypeAttr, setWebkitdropzone.
getCompact
dOMHTMLOListElementGetCompact Source #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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 #
:: (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, MonadIO m) => Bool -> m (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
set
dOMHTMLOListElement [ #compact:=
value ]
start
No description available in the introspection data.
constructDOMHTMLOListElementStart :: (IsDOMHTMLOListElement o, MonadIO m) => CLong -> m (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
set
dOMHTMLOListElement [ #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, MonadIO m) => Text -> m (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
set
dOMHTMLOListElement [ #type:=
value ]