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

GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLEmbedElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLEmbedElement (ManagedPtr DOMHTMLEmbedElement) 

class (GObject o, IsDescendantOf DOMHTMLEmbedElement o) => IsDOMHTMLEmbedElement o Source #

Type class for types which can be safely cast to DOMHTMLEmbedElement, for instance with toDOMHTMLEmbedElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLEmbedElement o) => IsDOMHTMLEmbedElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement

toDOMHTMLEmbedElement :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m DOMHTMLEmbedElement Source #

Cast to DOMHTMLEmbedElement, 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, getAlign, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHeight, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getName, 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, getSrc, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getTypeAttr, getWebkitRegionOverset, getWebkitdropzone, getWidth.

Setters

setAccessKey, setAlign, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setContentEditable, setData, setDataFull, setDir, setDraggable, setHeight, setHidden, setId, setInnerHtml, setInnerText, setLang, setName, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setSrc, setTabIndex, setTextContent, setTitle, setTranslate, setTypeAttr, setWebkitdropzone, setWidth.

getAlign

dOMHTMLEmbedElementGetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLEmbedElementGetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLEmbedElementGetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLEmbedElementGetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLEmbedElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLEmbedElementGetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLEmbedElementSetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLEmbedElementSetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLEmbedElementSetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLEmbedElementSetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLEmbedElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLEmbedElementSetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLEmbedElementAlign :: (IsDOMHTMLEmbedElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLEmbedElement #align

setDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

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

set dOMHTMLEmbedElement [ #align := value ]

height

No description available in the introspection data.

constructDOMHTMLEmbedElementHeight :: (IsDOMHTMLEmbedElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong Source #

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

get dOMHTMLEmbedElement #height

setDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m () Source #

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

set dOMHTMLEmbedElement [ #height := value ]

name

No description available in the introspection data.

constructDOMHTMLEmbedElementName :: (IsDOMHTMLEmbedElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLEmbedElement #name

setDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

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

set dOMHTMLEmbedElement [ #name := value ]

src

No description available in the introspection data.

constructDOMHTMLEmbedElementSrc :: (IsDOMHTMLEmbedElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLEmbedElement #src

setDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

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

set dOMHTMLEmbedElement [ #src := value ]

type

No description available in the introspection data.

clearDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m () Source #

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

clear #type

constructDOMHTMLEmbedElementType :: (IsDOMHTMLEmbedElement 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.

getDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLEmbedElement #type

setDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

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

set dOMHTMLEmbedElement [ #type := value ]

width

No description available in the introspection data.

constructDOMHTMLEmbedElementWidth :: (IsDOMHTMLEmbedElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

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

getDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong Source #

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

get dOMHTMLEmbedElement #width

setDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m () Source #

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

set dOMHTMLEmbedElement [ #width := value ]