gi-webkit2webextension-4.0.25: 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.DOMUIEvent

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMUIEvent Source #

Memory-managed wrapper type.

Constructors

DOMUIEvent (ManagedPtr DOMUIEvent) 

Instances

Instances details
Eq DOMUIEvent Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

Methods

(==) :: DOMUIEvent -> DOMUIEvent -> Bool

(/=) :: DOMUIEvent -> DOMUIEvent -> Bool

GObject DOMUIEvent Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

ManagedPtrNewtype DOMUIEvent Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

Methods

toManagedPtr :: DOMUIEvent -> ManagedPtr DOMUIEvent

TypedObject DOMUIEvent Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

Methods

glibType :: IO GType

IsGValue DOMUIEvent Source #

Convert DOMUIEvent to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

Methods

toGValue :: DOMUIEvent -> IO GValue

fromGValue :: GValue -> IO DOMUIEvent

HasParentTypes DOMUIEvent Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

type ParentTypes DOMUIEvent Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

type ParentTypes DOMUIEvent = '[DOMEvent, DOMObject, Object]

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

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

Instances

Instances details
(GObject o, IsDescendantOf DOMUIEvent o) => IsDOMUIEvent o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMUIEvent

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

Overloaded 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