gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ActionGroup.OnPreActivateDelegateWrapper
gtk
ActionGroup
ActionGroup
Undocumented in source.
class
ActionGroup
protected
class
OnPreActivateDelegateWrapper {
void
delegate
(
Action
,
ActionGroup
)
dlg
;
gulong
handlerId
;
this
(void delegate(Action, ActionGroup) dlg);
void
remove
(OnPreActivateDelegateWrapper source);
}
Constructors
this
this
(void delegate(Action, ActionGroup) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPreActivateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Action
,
ActionGroup
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ActionGroup
ActionGroup
classes
OnConnectProxyDelegateWrapper
OnDisconnectProxyDelegateWrapper
OnPostActivateDelegateWrapper
OnPreActivateDelegateWrapper
constructors
this
functions
addAction
addActionWithAccel
addActions
addActionsFull
addOnConnectProxy
addOnDisconnectProxy
addOnPostActivate
addOnPreActivate
addRadioActions
addRadioActionsFull
addToggleActions
addToggleActionsFull
getAccelGroup
getAction
getActionGroupStruct
getName
getSensitive
getStruct
getVisible
listActions
removeAction
setAccelGroup
setSensitive
setStruct
setTranslateFunc
setTranslationDomain
setVisible
translateString
mixins
__anonymous
static functions
callBackConnectProxy
callBackConnectProxyDestroy
callBackDisconnectProxy
callBackDisconnectProxyDestroy
callBackPostActivate
callBackPostActivateDestroy
callBackPreActivate
callBackPreActivateDestroy
getType
variables
gtkActionGroup
onConnectProxyListeners
onDisconnectProxyListeners
onPostActivateListeners
onPreActivateListeners