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

Contents

Description

 

Synopsis

Exported types

class GObject o => DOMEventK o Source

Instances

Methods

dOMEventGetBubbles

dOMEventGetCancelBubble

dOMEventGetCancelable

dOMEventGetCurrentTarget

dOMEventGetDefaultPrevented

dOMEventGetEventPhase

dOMEventGetReturnValue

dOMEventGetSrcElement

dOMEventGetTarget

dOMEventGetTimeStamp

dOMEventInitEvent

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

dOMEventPreventDefault

dOMEventSetCancelBubble

dOMEventSetReturnValue

dOMEventStopImmediatePropagation

dOMEventStopPropagation

Properties

Bubbles

CancelBubble

Cancelable

CurrentTarget

DefaultPrevented

EventPhase

ReturnValue

SrcElement

Target

TimeStamp

Type