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

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLOptGroupElement Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

GObject DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

ManagedPtrNewtype DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

TypedObject DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

Methods

glibType :: IO GType

HasParentTypes DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

IsGValue (Maybe DOMHTMLOptGroupElement) Source #

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

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

type ParentTypes DOMHTMLOptGroupElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

class (GObject o, IsDescendantOf DOMHTMLOptGroupElement o) => IsDOMHTMLOptGroupElement o Source #

Type class for types which can be safely cast to DOMHTMLOptGroupElement, for instance with toDOMHTMLOptGroupElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLOptGroupElement o) => IsDOMHTMLOptGroupElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLOptGroupElement

toDOMHTMLOptGroupElement :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m DOMHTMLOptGroupElement Source #

Cast to DOMHTMLOptGroupElement, 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, getContentEditable, getData, getDir, getDisabled, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLabel, 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, setContentEditable, setData, setDataFull, setDir, setDisabled, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLabel, setLang, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setWebkitdropzone.

getDisabled

dOMHTMLOptGroupElementGetDisabled Source #

Arguments

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

self: A DOMHTMLOptGroupElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLabel

dOMHTMLOptGroupElementGetLabel Source #

Arguments

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

self: A DOMHTMLOptGroupElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDisabled

dOMHTMLOptGroupElementSetDisabled Source #

Arguments

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

self: A DOMHTMLOptGroupElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLabel

dOMHTMLOptGroupElementSetLabel Source #

Arguments

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

self: A DOMHTMLOptGroupElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

disabled

No description available in the introspection data.

constructDOMHTMLOptGroupElementDisabled :: (IsDOMHTMLOptGroupElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “disabled” property. This is rarely needed directly, but it is used by new.

getDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m Bool Source #

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

get dOMHTMLOptGroupElement #disabled

setDOMHTMLOptGroupElementDisabled :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Bool -> m () Source #

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

set dOMHTMLOptGroupElement [ #disabled := value ]

label

No description available in the introspection data.

constructDOMHTMLOptGroupElementLabel :: (IsDOMHTMLOptGroupElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “label” property. This is rarely needed directly, but it is used by new.

getDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLOptGroupElement #label

setDOMHTMLOptGroupElementLabel :: (MonadIO m, IsDOMHTMLOptGroupElement o) => o -> Text -> m () Source #

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

set dOMHTMLOptGroupElement [ #label := value ]