gi-atk-2.0.7: 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 #

Constructors

KeyEventStruct (ManagedPtr KeyEventStruct) 

Instances

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

Methods

new :: MonadIO m => (ManagedPtr KeyEventStruct -> KeyEventStruct) -> [AttrOp KeyEventStruct tag] -> m KeyEventStruct

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

keyEventStruct_keycode :: AttrLabelProxy "keycode" Source #

keyval

keyEventStruct_keyval :: AttrLabelProxy "keyval" Source #

length

keyEventStruct_length :: AttrLabelProxy "length" Source #

state

keyEventStruct_state :: AttrLabelProxy "state" Source #

string

keyEventStruct_string :: AttrLabelProxy "string" Source #

timestamp

keyEventStruct_timestamp :: AttrLabelProxy "timestamp" Source #

type

keyEventStruct_type :: AttrLabelProxy "type" Source #