gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
HypertextT.OnLinkSelectedDelegateWrapper
atk
HypertextT
HypertextT
Undocumented in source.
template
HypertextT
(TStruct)
protected
class
OnLinkSelectedDelegateWrapper {
static
OnLinkSelectedDelegateWrapper
[]
listeners
;
void
delegate
(
int
,
HypertextIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(int, HypertextIF) dlg);
void
remove
(OnLinkSelectedDelegateWrapper source);
}
Constructors
this
this
(void delegate(int, HypertextIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnLinkSelectedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnLinkSelectedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
int
,
HypertextIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
atk
HypertextT
HypertextT
classes
OnLinkSelectedDelegateWrapper
functions
addOnLinkSelected
getHypertextStruct
getLink
getLinkIndex
getNLinks
static functions
callBackLinkSelected
callBackLinkSelectedDestroy