gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
ActionGroupT.OnActionRemovedDelegateWrapper
gio
ActionGroupT
ActionGroupT
Undocumented in source.
template
ActionGroupT
(TStruct)
protected
class
OnActionRemovedDelegateWrapper {
void
delegate
(
string
,
ActionGroupIF
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(string, ActionGroupIF) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(string, ActionGroupIF) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
string
,
ActionGroupIF
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnActionAdded
internalRemoveOnActionEnabledChanged
internalRemoveOnActionRemoved
internalRemoveOnActionStateChanged
listActions
queryAction
static functions
callBackActionAdded
callBackActionAddedDestroy
callBackActionEnabledChanged
callBackActionEnabledChangedDestroy
callBackActionRemoved
callBackActionRemovedDestroy
callBackActionStateChanged
callBackActionStateChangedDestroy
variables
onActionAddedListeners
onActionEnabledChangedListeners
onActionRemovedListeners
onActionStateChangedListeners