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 |
GI.WebKit2WebExtension.Objects.DOMHTMLBaseFontElement
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLBaseFontElement = DOMHTMLBaseFontElement (ManagedPtr DOMHTMLBaseFontElement)
- class (GObject o, IsDescendantOf DOMHTMLBaseFontElement o) => IsDOMHTMLBaseFontElement o
- toDOMHTMLBaseFontElement :: (MonadIO m, IsDOMHTMLBaseFontElement o) => o -> m DOMHTMLBaseFontElement
- dOMHTMLBaseFontElementGetColor :: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) => a -> m Text
- dOMHTMLBaseFontElementGetFace :: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) => a -> m Text
- dOMHTMLBaseFontElementGetSize :: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) => a -> m CLong
- dOMHTMLBaseFontElementSetColor :: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) => a -> Text -> m ()
- dOMHTMLBaseFontElementSetFace :: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) => a -> Text -> m ()
- dOMHTMLBaseFontElementSetSize :: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) => a -> CLong -> m ()
Exported types
newtype DOMHTMLBaseFontElement Source #
Memory-managed wrapper type.
Constructors
DOMHTMLBaseFontElement (ManagedPtr DOMHTMLBaseFontElement) |
Instances
class (GObject o, IsDescendantOf DOMHTMLBaseFontElement o) => IsDOMHTMLBaseFontElement o Source #
Type class for types which can be safely cast to DOMHTMLBaseFontElement
, for instance with toDOMHTMLBaseFontElement
.
Instances
(GObject o, IsDescendantOf DOMHTMLBaseFontElement o) => IsDOMHTMLBaseFontElement o Source # | |
toDOMHTMLBaseFontElement :: (MonadIO m, IsDOMHTMLBaseFontElement o) => o -> m DOMHTMLBaseFontElement Source #
Cast to DOMHTMLBaseFontElement
, 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, getColor, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFace, 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, getSize, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getWebkitRegionOverset, getWebkitdropzone.
Setters
setAccessKey, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setColor, setContentEditable, setData, setDataFull, setDir, setDraggable, setFace, setHidden, setId, setInnerHtml, setInnerText, setLang, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSize, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setWebkitdropzone.
getColor
dOMHTMLBaseFontElementGetColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.12)
This function has been removed from the DOM spec and it just returns Nothing
.
getFace
dOMHTMLBaseFontElementGetFace Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.12)
This function has been removed from the DOM spec and it just returns Nothing
.
getSize
dOMHTMLBaseFontElementGetSize Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) | |
=> a |
|
-> m CLong | Returns: A |
Deprecated: (Since version 2.12)
This function has been removed from the DOM spec and it just returns 0.
setColor
dOMHTMLBaseFontElementSetColor Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.12)
This function has been removed from the DOM spec and it does nothing.
setFace
dOMHTMLBaseFontElementSetFace Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.12)
This function has been removed from the DOM spec and it does nothing.
setSize
dOMHTMLBaseFontElementSetSize Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMHTMLBaseFontElement a) | |
=> a |
|
-> CLong |
|
-> m () |
Deprecated: (Since version 2.12)
This function has been removed from the DOM spec and it does nothing.