gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
AccelGroup.OnAccelChangedDelegateWrapper
gtk
AccelGroup
AccelGroup
Undocumented in source.
class
AccelGroup
protected
class
OnAccelChangedDelegateWrapper {
static
OnAccelChangedDelegateWrapper
[]
listeners
;
void
delegate
(
uint
,
GdkModifierType
,
Closure
,
AccelGroup
)
dlg
;
gulong
handlerId
;
this
(void delegate(uint, GdkModifierType, Closure, AccelGroup) dlg);
void
remove
(OnAccelChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(uint, GdkModifierType, Closure, AccelGroup) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnAccelChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnAccelChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
uint
,
GdkModifierType
,
Closure
,
AccelGroup
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
AccelGroup
AccelGroup
classes
OnAccelActivateDelegateWrapper
OnAccelChangedDelegateWrapper
constructors
this
functions
activate
addOnAccelActivate
addOnAccelChanged
connect
connectByPath
disconnect
disconnectKey
find
getAccelGroupStruct
getIsLocked
getModifierMask
getStruct
lock
query
setStruct
unlock
static functions
accelGroupsActivate
accelGroupsFromObject
acceleratorGetDefaultModMask
acceleratorGetLabel
acceleratorGetLabelWithKeycode
acceleratorName
acceleratorNameWithKeycode
acceleratorParse
acceleratorParseWithKeycode
acceleratorSetDefaultModMask
acceleratorValid
callBackAccelActivate
callBackAccelActivateDestroy
callBackAccelChanged
callBackAccelChangedDestroy
fromAccelClosure
getType
variables
gtkAccelGroup