gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
SimpleAction.OnChangeStateDelegateWrapper
gio
SimpleAction
SimpleAction
Undocumented in source.
class
SimpleAction
protected
class
OnChangeStateDelegateWrapper {
void
delegate
(
Variant
,
SimpleAction
)
dlg
;
gulong
handlerId
;
this
(void delegate(Variant, SimpleAction) dlg);
void
remove
(OnChangeStateDelegateWrapper source);
}
Constructors
this
this
(void delegate(Variant, SimpleAction) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChangeStateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Variant
,
SimpleAction
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
SimpleAction
SimpleAction
classes
OnActivateDelegateWrapper
OnChangeStateDelegateWrapper
constructors
this
functions
addOnActivate
addOnChangeState
getSimpleActionStruct
getStruct
setEnabled
setState
setStateHint
setStruct
mixins
__anonymous
static functions
callBackActivate
callBackActivateDestroy
callBackChangeState
callBackChangeStateDestroy
getType
variables
gSimpleAction
onActivateListeners
onChangeStateListeners