gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
SelectionT.OnSelectionChangedDelegateWrapper
atk
SelectionT
SelectionT
Undocumented in source.
template
SelectionT
(TStruct)
protected
class
OnSelectionChangedDelegateWrapper {
static
OnSelectionChangedDelegateWrapper
[]
listeners
;
void
delegate
(
SelectionIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(SelectionIF) dlg);
void
remove
(OnSelectionChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(SelectionIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnSelectionChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnSelectionChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
SelectionIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
atk
SelectionT
SelectionT
classes
OnSelectionChangedDelegateWrapper
functions
addOnSelectionChanged
addSelection
clearSelection
getSelectionCount
getSelectionStruct
isChildSelected
refSelection
removeSelection
selectAllSelection
static functions
callBackSelectionChanged
callBackSelectionChangedDestroy