gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMWheelEvent

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMWheelEvent o) => IsDOMWheelEvent o Source #

Type class for types which can be safely cast to DOMWheelEvent, for instance with toDOMWheelEvent.

Instances

Instances details
(GObject o, IsDescendantOf DOMWheelEvent o) => IsDOMWheelEvent o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMWheelEvent

toDOMWheelEvent :: (MonadIO m, IsDOMWheelEvent o) => o -> m DOMWheelEvent Source #

Cast to DOMWheelEvent, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getWheelDelta

dOMWheelEventGetWheelDelta Source #

Arguments

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

self: A DOMWheelEvent

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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 () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

wheelDelta

No description available in the introspection data.

getDOMWheelEventWheelDelta :: (MonadIO m, IsDOMWheelEvent o) => o -> m CLong Source #

Get the value of the “wheel-delta” property. When overloading is enabled, this is equivalent to

get dOMWheelEvent #wheelDelta

wheelDeltaX

No description available in the introspection data.

getDOMWheelEventWheelDeltaX :: (MonadIO m, IsDOMWheelEvent o) => o -> m CLong Source #

Get the value of the “wheel-delta-x” property. When overloading is enabled, this is equivalent to

get dOMWheelEvent #wheelDeltaX

wheelDeltaY

No description available in the introspection data.

getDOMWheelEventWheelDeltaY :: (MonadIO m, IsDOMWheelEvent o) => o -> m CLong Source #

Get the value of the “wheel-delta-y” property. When overloading is enabled, this is equivalent to

get dOMWheelEvent #wheelDeltaY