gi-gdk-3.0.6: Gdk 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.Gdk.Structs.EventKey

Contents

Description

Describes a key press or key release event.

Synopsis

Exported types

newtype EventKey Source #

Constructors

EventKey (ForeignPtr EventKey) 

Instances

WrappedPtr EventKey Source # 
(~) AttrOpTag tag AttrSet => Constructible EventKey tag Source # 

Methods

new :: MonadIO m => (ForeignPtr EventKey -> EventKey) -> [AttrOp EventKey tag] -> m EventKey

((~) * info (ResolveEventKeyMethod t EventKey), MethodInfo * info EventKey p) => IsLabel t (EventKey -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> EventKey -> p #

((~) * info (ResolveEventKeyMethod t EventKey), MethodInfo * info EventKey p) => IsLabelProxy t (EventKey -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> EventKey -> p

HasAttributeList * EventKey Source # 
type AttributeList EventKey Source # 
type AttributeList EventKey

newZeroEventKey :: MonadIO m => m EventKey Source #

Construct a EventKey struct initialized to zero.

Properties

Group

eventKeyGroup :: AttrLabelProxy "group" Source #

HardwareKeycode

eventKeyHardwareKeycode :: AttrLabelProxy "hardwareKeycode" Source #

IsModifier

eventKeyIsModifier :: AttrLabelProxy "isModifier" Source #

Keyval

eventKeyKeyval :: AttrLabelProxy "keyval" Source #

Length

eventKeyLength :: AttrLabelProxy "length" Source #

SendEvent

eventKeySendEvent :: AttrLabelProxy "sendEvent" Source #

State

eventKeyState :: AttrLabelProxy "state" Source #

String

eventKeyString :: AttrLabelProxy "string" Source #

Time

eventKeyTime :: AttrLabelProxy "time" Source #

Type

eventKeyType :: AttrLabelProxy "type" Source #

Window

eventKeyWindow :: AttrLabelProxy "window" Source #