gi-webkit2webextension-4.0.12: 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.DOMWheelEvent

Contents

Description

 

Synopsis

Exported types

Methods

getWheelDelta

dOMWheelEventGetWheelDelta Source #

Arguments

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

self: A DOMWheelEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getWheelDeltaX

dOMWheelEventGetWheelDeltaX Source #

Arguments

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

self: A DOMWheelEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getWheelDeltaY

dOMWheelEventGetWheelDeltaY Source #

Arguments

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

self: A DOMWheelEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

initWheelEvent

dOMWheelEventInitWheelEvent Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMWheelEvent a, IsDOMDOMWindow b) 
=> a

self: A DOMWheelEvent

-> CLong

wheelDeltaX: A glong

-> CLong

wheelDeltaY: A glong

-> b

view: A DOMDOMWindow

-> CLong

screenX: A glong

-> CLong

screenY: A glong

-> CLong

clientX: A glong

-> CLong

clientY: A glong

-> Bool

ctrlKey: A Bool

-> Bool

altKey: A Bool

-> Bool

shiftKey: A Bool

-> Bool

metaKey: A Bool

-> m () 

No description available in the introspection data.

Properties

wheelDelta

data DOMWheelEventWheelDeltaPropertyInfo Source #

Instances

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

wheelDeltaX

data DOMWheelEventWheelDeltaXPropertyInfo Source #

Instances

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

wheelDeltaY

data DOMWheelEventWheelDeltaYPropertyInfo Source #

Instances

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