gtk-d v3.6.6 (2017-08-06T14:57:30Z)
Home
Dub
Repo
Keymap.OnDirectionChangedDelegateWrapper
gdk
Keymap
Keymap
Undocumented in source.
class
Keymap
protected
class
OnDirectionChangedDelegateWrapper {
void
delegate
(
Keymap
)
dlg
;
gulong
handlerId
;
this
(void delegate(Keymap) dlg);
void
remove
(OnDirectionChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(Keymap) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnDirectionChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Keymap
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gdk
Keymap
Keymap
classes
OnDirectionChangedDelegateWrapper
OnKeysChangedDelegateWrapper
OnStateChangedDelegateWrapper
constructors
this
functions
addOnDirectionChanged
addOnKeysChanged
addOnStateChanged
addVirtualModifiers
getCapsLockState
getDirection
getEntriesForKeycode
getEntriesForKeyval
getKeymapStruct
getModifierMask
getModifierState
getNumLockState
getScrollLockState
getStruct
haveBidiLayouts
lookupKey
mapVirtualModifiers
setStruct
translateKeyboardState
static functions
callBackDirectionChanged
callBackDirectionChangedDestroy
callBackKeysChanged
callBackKeysChangedDestroy
callBackStateChanged
callBackStateChangedDestroy
getDefault
getForDisplay
getType
keyvalConvertCase
keyvalFromName
keyvalIsLower
keyvalIsUpper
keyvalName
keyvalToLower
keyvalToUnicode
keyvalToUpper
unicodeToKeyval
variables
gdkKeymap
onDirectionChangedListeners
onKeysChangedListeners
onStateChangedListeners