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.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.

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

data DOMUIEventCharCodePropertyInfo Source #

Instances

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

detail

data DOMUIEventDetailPropertyInfo Source #

Instances

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

keyCode

data DOMUIEventKeyCodePropertyInfo Source #

Instances

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

layerX

data DOMUIEventLayerXPropertyInfo Source #

Instances

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

layerY

data DOMUIEventLayerYPropertyInfo Source #

Instances

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

pageX

data DOMUIEventPageXPropertyInfo Source #

Instances

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

pageY

data DOMUIEventPageYPropertyInfo Source #

Instances

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

view

data DOMUIEventViewPropertyInfo Source #

Instances

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