gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
ToggleAction.OnToggledDelegateWrapper
gtk
ToggleAction
ToggleAction
Undocumented in source.
class
ToggleAction
protected
class
OnToggledDelegateWrapper {
static
OnToggledDelegateWrapper
[]
listeners
;
void
delegate
(
ToggleAction
)
dlg
;
gulong
handlerId
;
this
(void delegate(ToggleAction) dlg);
void
remove
(OnToggledDelegateWrapper source);
}
Constructors
this
this
(void delegate(ToggleAction) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnToggledDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnToggledDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
ToggleAction
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ToggleAction
ToggleAction
classes
OnToggledDelegateWrapper
constructors
this
functions
addOnToggled
getActive
getDrawAsRadio
getStruct
getToggleActionStruct
setActive
setDrawAsRadio
setStruct
toggled
static functions
callBackToggled
callBackToggledDestroy
getType
variables
gtkToggleAction