gi-gdk-3.0.10: 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 (ManagedPtr EventKey) 

Instances

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

Methods

new :: MonadIO m => (ManagedPtr 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

eventKey_group :: AttrLabelProxy "group" Source #

hardwareKeycode

eventKey_hardwareKeycode :: AttrLabelProxy "hardwareKeycode" Source #

isModifier

eventKey_isModifier :: AttrLabelProxy "isModifier" Source #

keyval

eventKey_keyval :: AttrLabelProxy "keyval" Source #

length

eventKey_length :: AttrLabelProxy "length" Source #

sendEvent

eventKey_sendEvent :: AttrLabelProxy "sendEvent" Source #

state

eventKey_state :: AttrLabelProxy "state" Source #

string

eventKey_string :: AttrLabelProxy "string" Source #

time

eventKey_time :: AttrLabelProxy "time" Source #

type

eventKey_type :: AttrLabelProxy "type" Source #

window

eventKey_window :: AttrLabelProxy "window" Source #