gi-atk-2.0.6: Atk 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.Atk.Structs.KeyEventStruct

Contents

Description

Encapsulates information about a key event.

Synopsis

Exported types

newtype KeyEventStruct Source #

Instances

WrappedPtr KeyEventStruct Source # 
(~) AttrOpTag tag AttrSet => Constructible KeyEventStruct tag Source # 
((~) * info (ResolveKeyEventStructMethod t KeyEventStruct), MethodInfo * info KeyEventStruct p) => IsLabel t (KeyEventStruct -> p) Source # 

Methods

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

((~) * info (ResolveKeyEventStructMethod t KeyEventStruct), MethodInfo * info KeyEventStruct p) => IsLabelProxy t (KeyEventStruct -> p) Source # 
HasAttributeList * KeyEventStruct Source # 
type AttributeList KeyEventStruct Source # 
type AttributeList KeyEventStruct

newZeroKeyEventStruct :: MonadIO m => m KeyEventStruct Source #

Construct a KeyEventStruct struct initialized to zero.

Properties

Keycode

keyEventStructKeycode :: AttrLabelProxy "keycode" Source #

Keyval

keyEventStructKeyval :: AttrLabelProxy "keyval" Source #

Length

keyEventStructLength :: AttrLabelProxy "length" Source #

State

keyEventStructState :: AttrLabelProxy "state" Source #

String

keyEventStructString :: AttrLabelProxy "string" Source #

Timestamp

keyEventStructTimestamp :: AttrLabelProxy "timestamp" Source #

Type

keyEventStructType :: AttrLabelProxy "type" Source #