gi-webkit-3.0.2: 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.DOMEvent

Contents

Description

 

Synopsis

Exported types

newtype DOMEvent Source

Constructors

DOMEvent (ForeignPtr DOMEvent) 

Instances

Methods

dOMEventGetBubbles

data DOMEventGetBubblesMethodInfo Source

Instances

((~) * signature (m Bool), MonadIO m, DOMEventK a) => MethodInfo * DOMEventGetBubblesMethodInfo a signature Source 

dOMEventGetCancelBubble

dOMEventGetCancelable

dOMEventGetCurrentTarget

dOMEventGetDefaultPrevented

dOMEventGetEventPhase

dOMEventGetReturnValue

dOMEventGetSrcElement

dOMEventGetTarget

dOMEventGetTimeStamp

dOMEventInitEvent

data DOMEventInitEventMethodInfo Source

Instances

((~) * signature (Text -> Bool -> Bool -> m ()), MonadIO m, DOMEventK a) => MethodInfo * DOMEventInitEventMethodInfo a signature Source 

dOMEventInitEvent :: (MonadIO m, DOMEventK a) => a -> Text -> Bool -> Bool -> m () Source

dOMEventPreventDefault

data DOMEventPreventDefaultMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m, DOMEventK a) => MethodInfo * DOMEventPreventDefaultMethodInfo a signature Source 

dOMEventSetCancelBubble

data DOMEventSetCancelBubbleMethodInfo Source

Instances

((~) * signature (Bool -> m ()), MonadIO m, DOMEventK a) => MethodInfo * DOMEventSetCancelBubbleMethodInfo a signature Source 

dOMEventSetReturnValue

data DOMEventSetReturnValueMethodInfo Source

Instances

((~) * signature (Bool -> m ()), MonadIO m, DOMEventK a) => MethodInfo * DOMEventSetReturnValueMethodInfo a signature Source 

dOMEventStopImmediatePropagation

dOMEventStopPropagation

Properties

Bubbles

CancelBubble

Cancelable

CurrentTarget

DefaultPrevented

EventPhase

ReturnValue

SrcElement

Target

TimeStamp

Type