gi-webkit2webextension-4.0.26: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLDirectoryElement Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DOMHTMLDirectoryElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

GObject DOMHTMLDirectoryElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

ManagedPtrNewtype DOMHTMLDirectoryElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

TypedObject DOMHTMLDirectoryElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

Methods

glibType :: IO GType

HasParentTypes DOMHTMLDirectoryElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

IsGValue (Maybe DOMHTMLDirectoryElement) Source #

Convert DOMHTMLDirectoryElement to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

type ParentTypes DOMHTMLDirectoryElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

class (GObject o, IsDescendantOf DOMHTMLDirectoryElement o) => IsDOMHTMLDirectoryElement o Source #

Type class for types which can be safely cast to DOMHTMLDirectoryElement, for instance with toDOMHTMLDirectoryElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLDirectoryElement o) => IsDOMHTMLDirectoryElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDirectoryElement

toDOMHTMLDirectoryElement :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m DOMHTMLDirectoryElement Source #

Cast to DOMHTMLDirectoryElement, 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

Expand

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, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, 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, setTabIndex, setTextContent, setTitle, setTranslate, setWebkitdropzone.

getCompact

dOMHTMLDirectoryElementGetCompact Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) 
=> a

self: A DOMHTMLDirectoryElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCompact

dOMHTMLDirectoryElementSetCompact Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLDirectoryElement a) 
=> a

self: A DOMHTMLDirectoryElement

-> Bool

value: A Bool

-> 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.

constructDOMHTMLDirectoryElementCompact :: (IsDOMHTMLDirectoryElement 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.

getDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> m Bool Source #

Get the value of the “compact” property. When overloading is enabled, this is equivalent to

get dOMHTMLDirectoryElement #compact

setDOMHTMLDirectoryElementCompact :: (MonadIO m, IsDOMHTMLDirectoryElement o) => o -> Bool -> m () Source #

Set the value of the “compact” property. When overloading is enabled, this is equivalent to

set dOMHTMLDirectoryElement [ #compact := value ]