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

Contents

Description

 

Synopsis

Exported types

Methods

getAltGraphKey

dOMKeyboardEventGetAltGraphKey Source #

Arguments

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

self: A DOMKeyboardEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getAltKey

dOMKeyboardEventGetAltKey Source #

Arguments

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

self: A DOMKeyboardEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getCtrlKey

dOMKeyboardEventGetCtrlKey Source #

Arguments

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

self: A DOMKeyboardEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getKeyIdentifier

dOMKeyboardEventGetKeyIdentifier Source #

Arguments

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

self: A DOMKeyboardEvent

-> m Text

Returns: A gchar

No description available in the introspection data.

getKeyLocation

dOMKeyboardEventGetKeyLocation Source #

Arguments

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

self: A DOMKeyboardEvent

-> m CULong

Returns: A gulong

No description available in the introspection data.

getMetaKey

dOMKeyboardEventGetMetaKey Source #

Arguments

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

self: A DOMKeyboardEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

getModifierState

dOMKeyboardEventGetModifierState Source #

Arguments

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

self: A DOMKeyboardEvent

-> Text

keyIdentifierArg: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

getShiftKey

dOMKeyboardEventGetShiftKey Source #

Arguments

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

self: A DOMKeyboardEvent

-> m Bool

Returns: A Bool

No description available in the introspection data.

initKeyboardEvent

dOMKeyboardEventInitKeyboardEvent Source #

Arguments

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

self: A DOMKeyboardEvent

-> Text

type: A gchar

-> Bool

canBubble: A Bool

-> Bool

cancelable: A Bool

-> b

view: A DOMDOMWindow

-> Text

keyIdentifier: A gchar

-> CULong

location: A gulong

-> Bool

ctrlKey: A Bool

-> Bool

altKey: A Bool

-> Bool

shiftKey: A Bool

-> Bool

metaKey: A Bool

-> Bool

altGraphKey: A Bool

-> m () 

No description available in the introspection data.

Properties

altGraphKey

altKey

ctrlKey

keyIdentifier

keyLocation

metaKey

shiftKey