gi-webkit2webextension-4.0.14: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMEvent

Contents

Description

 

Synopsis

Exported types

Methods

getBubbles

dOMEventGetBubbles Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCancelBubble

dOMEventGetCancelBubble Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCancelable

dOMEventGetCancelable Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCurrentTarget

dOMEventGetCurrentTarget Source #

Arguments

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

self: A DOMEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getEventPhase

dOMEventGetEventPhase Source #

Arguments

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

self: A DOMEvent

-> m Word16

Returns: A gushort

No description available in the introspection data.

getEventType

dOMEventGetEventType Source #

Arguments

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

self: A DOMEvent

-> m Text

Returns: A gchar

No description available in the introspection data.

getReturnValue

dOMEventGetReturnValue Source #

Arguments

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

self: A DOMEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getSrcElement

dOMEventGetSrcElement Source #

Arguments

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

self: A DOMEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getTarget

dOMEventGetTarget Source #

Arguments

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

self: A DOMEvent

-> m DOMEventTarget

Returns: A DOMEventTarget

No description available in the introspection data.

getTimeStamp

dOMEventGetTimeStamp Source #

Arguments

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

self: A DOMEvent

-> m Word32

Returns: A guint32

No description available in the introspection data.

initEvent

dOMEventInitEvent Source #

Arguments

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

self: A DOMEvent

-> Text

eventTypeArg: A gchar

-> Bool

canBubbleArg: A Bool

-> Bool

cancelableArg: A Bool

-> m () 

No description available in the introspection data.

preventDefault

dOMEventPreventDefault Source #

Arguments

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

self: A DOMEvent

-> m () 

No description available in the introspection data.

setCancelBubble

dOMEventSetCancelBubble Source #

Arguments

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

self: A DOMEvent

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setReturnValue

dOMEventSetReturnValue Source #

Arguments

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

self: A DOMEvent

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

stopPropagation

dOMEventStopPropagation Source #

Arguments

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

self: A DOMEvent

-> m () 

No description available in the introspection data.

Properties

bubbles

cancelBubble

cancelable

currentTarget

eventPhase

returnValue

srcElement

target

timeStamp

type