gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.WebHitTestResult

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf WebHitTestResult o) => IsWebHitTestResult o Source #

Type class for types which can be safely cast to WebHitTestResult, for instance with toWebHitTestResult.

toWebHitTestResult :: (MonadIO m, IsWebHitTestResult o) => o -> m WebHitTestResult Source #

Cast to WebHitTestResult, for types for which this is known to be safe. For general casts, use castTo.

Methods

getNode

webHitTestResultGetNode Source #

Arguments

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

hitTestResult: a WebHitTestResult

-> m DOMNode

Returns: a DOMNode

Get the DOMNode in the coordinates of the Hit Test.

Since: 2.8

Properties

node

constructWebHitTestResultNode :: (IsWebHitTestResult o, IsDOMNode a) => a -> IO (GValueConstruct o) Source #

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

getWebHitTestResultNode :: (MonadIO m, IsWebHitTestResult o) => o -> m DOMNode Source #

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

get webHitTestResult #node