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

Contents

Description

A #GdkKeymapKey is a hardware key that can be mapped to a keyval.

Synopsis

Exported types

newtype KeymapKey Source #

Constructors

KeymapKey (ManagedPtr KeymapKey) 

Instances

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

Methods

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

((~) * info (ResolveKeymapKeyMethod t KeymapKey), MethodInfo * info KeymapKey p) => IsLabel t (KeymapKey -> p) Source # 

Methods

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

((~) * info (ResolveKeymapKeyMethod t KeymapKey), MethodInfo * info KeymapKey p) => IsLabelProxy t (KeymapKey -> p) Source # 

Methods

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

HasAttributeList * KeymapKey Source # 
type AttributeList KeymapKey Source # 
type AttributeList KeymapKey

newZeroKeymapKey :: MonadIO m => m KeymapKey Source #

Construct a KeymapKey struct initialized to zero.

Properties

group

keymapKey_group :: AttrLabelProxy "group" Source #

keycode

keymapKey_keycode :: AttrLabelProxy "keycode" Source #

level

keymapKey_level :: AttrLabelProxy "level" Source #