gi-webkit-3.0.11: 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.DOMWheelEvent

Contents

Description

 

Synopsis

Exported types

Methods

getDeltaMode

dOMWheelEventGetDeltaMode Source #

Arguments

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

self: A DOMWheelEvent

-> m CULong

Returns: A gulong

No description available in the introspection data.

getDeltaX

dOMWheelEventGetDeltaX Source #

Arguments

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

self: A DOMWheelEvent

-> m Double

Returns: A gdouble

No description available in the introspection data.

getDeltaY

dOMWheelEventGetDeltaY Source #

Arguments

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

self: A DOMWheelEvent

-> m Double

Returns: A gdouble

No description available in the introspection data.

getDeltaZ

dOMWheelEventGetDeltaZ Source #

Arguments

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

self: A DOMWheelEvent

-> m Double

Returns: A gdouble

No description available in the introspection data.

getWebkitDirectionInvertedFromDevice

dOMWheelEventGetWebkitDirectionInvertedFromDevice Source #

Arguments

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

self: A DOMWheelEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

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

deltaMode

data DOMWheelEventDeltaModePropertyInfo Source #

Instances

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

deltaX

data DOMWheelEventDeltaXPropertyInfo Source #

Instances

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

deltaY

data DOMWheelEventDeltaYPropertyInfo Source #

Instances

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

deltaZ

data DOMWheelEventDeltaZPropertyInfo Source #

Instances

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

webkitDirectionInvertedFromDevice

data DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source #

Instances

AttrInfo DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 
type AttrOrigin DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 
type AttrLabel DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 
type AttrLabel DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo = "webkit-direction-inverted-from-device"
type AttrGetType DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 
type AttrBaseTypeConstraint DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 
type AttrSetTypeConstraint DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 
type AttrAllowedOps DOMWheelEventWebkitDirectionInvertedFromDevicePropertyInfo Source # 

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 #