gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
RadioMenuItem.OnGroupChangedDelegateWrapper
gtk
RadioMenuItem
RadioMenuItem
Undocumented in source.
class
RadioMenuItem
protected
class
OnGroupChangedDelegateWrapper {
static
OnGroupChangedDelegateWrapper
[]
listeners
;
void
delegate
(
RadioMenuItem
)
dlg
;
gulong
handlerId
;
this
(void delegate(RadioMenuItem) dlg);
void
remove
(OnGroupChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(RadioMenuItem) 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.
Static variables
listeners
OnGroupChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
RadioMenuItem
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
RadioMenuItem
RadioMenuItem
classes
OnGroupChangedDelegateWrapper
constructors
this
functions
addOnGroupChanged
getGroup
getRadioMenuItemStruct
getStruct
joinGroup
setGroup
setStruct
static functions
callBackGroupChanged
callBackGroupChangedDestroy
getType
variables
gtkRadioMenuItem