gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
RadioAction.OnChangedDelegateWrapper
gtk
RadioAction
RadioAction
Undocumented in source.
class
RadioAction
protected
class
OnChangedDelegateWrapper {
void
delegate
(
RadioAction
,
RadioAction
)
dlg
;
gulong
handlerId
;
this
(void delegate(RadioAction, RadioAction) dlg);
void
remove
(OnChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(RadioAction, RadioAction) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
RadioAction
,
RadioAction
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
RadioAction
RadioAction
classes
OnChangedDelegateWrapper
constructors
this
functions
addOnChanged
getCurrentValue
getGroup
getRadioActionStruct
getStruct
joinGroup
setCurrentValue
setGroup
setStruct
static functions
callBackChanged
callBackChangedDestroy
getType
variables
gtkRadioAction
onChangedListeners