gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
SourceCompletionProposalT.OnChangedDelegateWrapper
gsv
SourceCompletionProposalT
SourceCompletionProposalT
Undocumented in source.
template
SourceCompletionProposalT
(TStruct)
protected
class
OnChangedDelegateWrapper {
void
delegate
(
SourceCompletionProposalIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(SourceCompletionProposalIF) dlg);
void
remove
(OnChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(SourceCompletionProposalIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
SourceCompletionProposalIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gsv
SourceCompletionProposalT
SourceCompletionProposalT
classes
OnChangedDelegateWrapper
functions
addOnChanged
changed
equal
getGicon
getIcon
getIconName
getInfo
getLabel
getMarkup
getSourceCompletionProposalStruct
getText
hash
static functions
callBackChanged
callBackChangedDestroy
variables
onChangedListeners