gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Switch.OnStateSetDelegateWrapper
gtk
Switch
Switch
Undocumented in source.
class
Switch
protected
class
OnStateSetDelegateWrapper {
static
OnStateSetDelegateWrapper
[]
listeners
;
bool
delegate
(
bool
,
Switch
)
dlg
;
gulong
handlerId
;
this
(bool delegate(bool, Switch) dlg);
void
remove
(OnStateSetDelegateWrapper source);
}
Constructors
this
this
(bool delegate(bool, Switch) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnStateSetDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnStateSetDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
bool
delegate
(
bool
,
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