gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
RadioButton.OnGroupChangedDelegateWrapper
gtk
RadioButton
RadioButton
Undocumented in source.
class
RadioButton
protected
class
OnGroupChangedDelegateWrapper {
void
delegate
(
RadioButton
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(RadioButton) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(RadioButton) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
RadioButton
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnGroupChanged
joinGroup
setGroup
setStruct
static functions
callBackGroupChanged
callBackGroupChangedDestroy
getType
variables
gtkRadioButton
onGroupChangedListeners