gi-webkit-3.0.12: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMShadowRoot

Contents

Description

 

Synopsis

Exported types

Methods

elementFromPoint

dOMShadowRootElementFromPoint Source #

Arguments

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

self: A DOMShadowRoot

-> CLong

x: A glong

-> CLong

y: A glong

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getActiveElement

dOMShadowRootGetActiveElement Source #

Arguments

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

self: A DOMShadowRoot

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getApplyAuthorStyles

dOMShadowRootGetApplyAuthorStyles Source #

Arguments

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

self: A DOMShadowRoot

-> m Bool

Returns: A Bool

No description available in the introspection data.

getElementById

dOMShadowRootGetElementById Source #

Arguments

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

self: A DOMShadowRoot

-> Text

elementId: A gchar

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getElementsByClassName

dOMShadowRootGetElementsByClassName Source #

Arguments

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

self: A DOMShadowRoot

-> Text

className: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getElementsByTagName

dOMShadowRootGetElementsByTagName Source #

Arguments

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

self: A DOMShadowRoot

-> Text

tagName: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getElementsByTagNameNs

dOMShadowRootGetElementsByTagNameNs Source #

Arguments

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

self: A DOMShadowRoot

-> Text

namespaceURI: A gchar

-> Text

localName: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getInnerHtml

dOMShadowRootGetInnerHtml Source #

Arguments

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

self: A DOMShadowRoot

-> m Text

Returns: A gchar

No description available in the introspection data.

getResetStyleInheritance

dOMShadowRootGetResetStyleInheritance Source #

Arguments

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

self: A DOMShadowRoot

-> m Bool

Returns: A Bool

No description available in the introspection data.

getSelection

dOMShadowRootGetSelection Source #

Arguments

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

self: A DOMShadowRoot

-> m DOMDOMSelection

Returns: A DOMDOMSelection

No description available in the introspection data.

setApplyAuthorStyles

dOMShadowRootSetApplyAuthorStyles Source #

Arguments

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

self: A DOMShadowRoot

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setInnerHtml

dOMShadowRootSetInnerHtml Source #

Arguments

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

self: A DOMShadowRoot

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setResetStyleInheritance

dOMShadowRootSetResetStyleInheritance Source #

Arguments

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

self: A DOMShadowRoot

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

Properties

activeElement

data DOMShadowRootActiveElementPropertyInfo Source #

Instances

AttrInfo DOMShadowRootActiveElementPropertyInfo Source # 
type AttrOrigin DOMShadowRootActiveElementPropertyInfo Source # 
type AttrLabel DOMShadowRootActiveElementPropertyInfo Source # 
type AttrGetType DOMShadowRootActiveElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMShadowRootActiveElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMShadowRootActiveElementPropertyInfo Source # 
type AttrAllowedOps DOMShadowRootActiveElementPropertyInfo Source # 

applyAuthorStyles

data DOMShadowRootApplyAuthorStylesPropertyInfo Source #

Instances

AttrInfo DOMShadowRootApplyAuthorStylesPropertyInfo Source # 
type AttrOrigin DOMShadowRootApplyAuthorStylesPropertyInfo Source # 
type AttrLabel DOMShadowRootApplyAuthorStylesPropertyInfo Source # 
type AttrGetType DOMShadowRootApplyAuthorStylesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMShadowRootApplyAuthorStylesPropertyInfo Source # 
type AttrSetTypeConstraint DOMShadowRootApplyAuthorStylesPropertyInfo Source # 
type AttrAllowedOps DOMShadowRootApplyAuthorStylesPropertyInfo Source # 

innerHtml

data DOMShadowRootInnerHtmlPropertyInfo Source #

Instances

AttrInfo DOMShadowRootInnerHtmlPropertyInfo Source # 
type AttrOrigin DOMShadowRootInnerHtmlPropertyInfo Source # 
type AttrLabel DOMShadowRootInnerHtmlPropertyInfo Source # 
type AttrGetType DOMShadowRootInnerHtmlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMShadowRootInnerHtmlPropertyInfo Source # 
type AttrSetTypeConstraint DOMShadowRootInnerHtmlPropertyInfo Source # 
type AttrAllowedOps DOMShadowRootInnerHtmlPropertyInfo Source # 

resetStyleInheritance

data DOMShadowRootResetStyleInheritancePropertyInfo Source #

Instances

AttrInfo DOMShadowRootResetStyleInheritancePropertyInfo Source # 
type AttrOrigin DOMShadowRootResetStyleInheritancePropertyInfo Source # 
type AttrLabel DOMShadowRootResetStyleInheritancePropertyInfo Source # 
type AttrGetType DOMShadowRootResetStyleInheritancePropertyInfo Source # 
type AttrBaseTypeConstraint DOMShadowRootResetStyleInheritancePropertyInfo Source # 
type AttrSetTypeConstraint DOMShadowRootResetStyleInheritancePropertyInfo Source # 
type AttrAllowedOps DOMShadowRootResetStyleInheritancePropertyInfo Source #