gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Switch.OnActivateDelegateWrapper
gtk
Switch
Switch
Undocumented in source.
class
Switch
protected
class
OnActivateDelegateWrapper {
static
OnActivateDelegateWrapper
[]
listeners
;
void
delegate
(
Switch
)
dlg
;
gulong
handlerId
;
this
(void delegate(Switch) dlg);
void
remove
(OnActivateDelegateWrapper source);
}
Constructors
this
this
(void delegate(Switch) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnActivateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnActivateDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Switch
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Switch
Switch
classes
OnActivateDelegateWrapper
OnStateSetDelegateWrapper
constructors
this
functions
addOnActivate
addOnStateSet
getActive
getState
getStruct
getSwitchStruct
setActive
setState
setStruct
mixins
__anonymous
static functions
callBackActivate
callBackActivateDestroy
callBackStateSet
callBackStateSetDestroy
getType
variables
gtkSwitch