gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
CheckMenuItem.OnToggledDelegateWrapper
gtk
CheckMenuItem
CheckMenuItem
Undocumented in source.
class
CheckMenuItem
protected
class
OnToggledDelegateWrapper {
void
delegate
(
CheckMenuItem
)
dlg
;
gulong
handlerId
;
this
(void delegate(CheckMenuItem) dlg);
void
remove
(OnToggledDelegateWrapper source);
}
Constructors
this
this
(void delegate(CheckMenuItem) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnToggledDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
CheckMenuItem
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
CheckMenuItem
CheckMenuItem
classes
OnToggledDelegateWrapper
constructors
this
functions
addOnToggled
getActive
getCheckMenuItemStruct
getDrawAsRadio
getInconsistent
getStruct
setActive
setDrawAsRadio
setInconsistent
setStruct
toggled
static functions
callBackToggled
callBackToggledDestroy
getType
variables
gtkCheckMenuItem
onToggledListeners