gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
ActionGroupT.OnActionEnabledChangedDelegateWrapper
gio
ActionGroupT
ActionGroupT
Undocumented in source.
template
ActionGroupT
(TStruct)
protected
class
OnActionEnabledChangedDelegateWrapper {
static
OnActionEnabledChangedDelegateWrapper
[]
listeners
;
void
delegate
(
string
,
bool
,
ActionGroupIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(string, bool, ActionGroupIF) dlg);
void
remove
(OnActionEnabledChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(string, bool, ActionGroupIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnActionEnabledChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnActionEnabledChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
string
,
bool
,
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