gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
RadioButton.OnGroupChangedDelegateWrapper
gtk
RadioButton
RadioButton
Undocumented in source.
class
RadioButton
protected
class
OnGroupChangedDelegateWrapper {
void
delegate
(
RadioButton
)
dlg
;
gulong
handlerId
;
this
(void delegate(RadioButton) dlg);
void
remove
(OnGroupChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(RadioButton) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnGroupChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
RadioButton
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
RadioButton
RadioButton
classes
OnGroupChangedDelegateWrapper
constructors
this
functions
addOnGroupChanged
getGroup
getRadioButtonStruct
getStruct
joinGroup
setGroup
setStruct
static functions
callBackGroupChanged
callBackGroupChangedDestroy
getType
variables
gtkRadioButton
onGroupChangedListeners