gi-webkit-3.0.14: 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.DOMUIEvent

Contents

Description

 

Synopsis

Exported types

Methods

getCharCode

dOMUIEventGetCharCode Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getDetail

dOMUIEventGetDetail Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getKeyCode

dOMUIEventGetKeyCode Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getLayerX

dOMUIEventGetLayerX Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getLayerY

dOMUIEventGetLayerY Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getPageX

dOMUIEventGetPageX Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getPageY

dOMUIEventGetPageY Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

getView

dOMUIEventGetView Source #

Arguments

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

self: A DOMUIEvent

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

getWhich

dOMUIEventGetWhich Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

No description available in the introspection data.

initUiEvent

dOMUIEventInitUiEvent Source #

Arguments

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

self: A DOMUIEvent

-> Text

type: A gchar

-> Bool

canBubble: A Bool

-> Bool

cancelable: A Bool

-> b

view: A DOMDOMWindow

-> CLong

detail: A glong

-> m () 

No description available in the introspection data.

Properties

charCode

detail

keyCode

layerX

layerY

pageX

pageY

view

which