gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
ListBoxRow.OnActivateDelegateWrapper
gtk
ListBoxRow
ListBoxRow
Undocumented in source.
class
ListBoxRow
protected
class
OnActivateDelegateWrapper {
void
delegate
(
ListBoxRow
)
dlg
;
gulong
handlerId
;
this
(void delegate(ListBoxRow) dlg);
void
remove
(OnActivateDelegateWrapper source);
}
Constructors
this
this
(void delegate(ListBoxRow) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnActivateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
ListBoxRow
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ListBoxRow
ListBoxRow
classes
OnActivateDelegateWrapper
constructors
this
functions
addOnActivate
changed
getActivatable
getHeader
getIndex
getListBoxRowStruct
getSelectable
getStruct
isSelected
setActivatable
setHeader
setSelectable
setStruct
static functions
callBackActivate
callBackActivateDestroy
getType
variables
gtkListBoxRow
onActivateListeners