gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
ActionGroupT.OnActionAddedDelegateWrapper
gio
ActionGroupT
ActionGroupT
Undocumented in source.
template
ActionGroupT
(TStruct)
protected
class
OnActionAddedDelegateWrapper {
static
OnActionAddedDelegateWrapper
[]
listeners
;
void
delegate
(
string
,
ActionGroupIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(string, ActionGroupIF) dlg);
void
remove
(OnActionAddedDelegateWrapper source);
}
Constructors
this
this
(void delegate(string, ActionGroupIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnActionAddedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnActionAddedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
string
,
ActionGroupIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
ActionGroupT
ActionGroupT
classes
OnActionAddedDelegateWrapper
OnActionEnabledChangedDelegateWrapper
OnActionRemovedDelegateWrapper
OnActionStateChangedDelegateWrapper
functions
actionAdded
actionEnabledChanged
actionRemoved
actionStateChanged
activateAction
addOnActionAdded
addOnActionEnabledChanged
addOnActionRemoved
addOnActionStateChanged
changeActionState
getActionEnabled
getActionGroupStruct
getActionParameterType
getActionState
getActionStateHint
getActionStateType
hasAction
listActions
queryAction
static functions
callBackActionAdded
callBackActionAddedDestroy
callBackActionEnabledChanged
callBackActionEnabledChangedDestroy
callBackActionRemoved
callBackActionRemovedDestroy
callBackActionStateChanged
callBackActionStateChangedDestroy