gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMUIEvent

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMUIEvent Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DOMUIEvent o) => IsDOMUIEvent o Source #

Type class for types which can be safely cast to DOMUIEvent, for instance with toDOMUIEvent.

toDOMUIEvent :: (MonadIO m, IsDOMUIEvent o) => o -> m DOMUIEvent Source #

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

Methods

getCharCode

dOMUIEventGetCharCode Source #

Arguments

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

self: A DOMUIEvent

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

charCode

No description available in the introspection data.

getDOMUIEventCharCode :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #charCode

detail

No description available in the introspection data.

getDOMUIEventDetail :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #detail

keyCode

No description available in the introspection data.

getDOMUIEventKeyCode :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #keyCode

layerX

No description available in the introspection data.

getDOMUIEventLayerX :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #layerX

layerY

No description available in the introspection data.

getDOMUIEventLayerY :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #layerY

pageX

No description available in the introspection data.

getDOMUIEventPageX :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #pageX

pageY

No description available in the introspection data.

getDOMUIEventPageY :: (MonadIO m, IsDOMUIEvent o) => o -> m CLong Source #

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

get dOMUIEvent #pageY

view

No description available in the introspection data.

getDOMUIEventView :: (MonadIO m, IsDOMUIEvent o) => o -> m (Maybe DOMDOMWindow) Source #

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

get dOMUIEvent #view