gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
LinkButton.OnActivateLinkDelegateWrapper
gtk
LinkButton
LinkButton
Undocumented in source.
class
LinkButton
protected
class
OnActivateLinkDelegateWrapper {
static
OnActivateLinkDelegateWrapper
[]
listeners
;
bool
delegate
(
LinkButton
)
dlg
;
gulong
handlerId
;
this
(bool delegate(LinkButton) dlg);
void
remove
(OnActivateLinkDelegateWrapper source);
}
Constructors
this
this
(bool delegate(LinkButton) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnActivateLinkDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnActivateLinkDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
bool
delegate
(
LinkButton
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
LinkButton
LinkButton
classes
OnActivateLinkDelegateWrapper
constructors
this
functions
addOnActivateLink
getLinkButtonStruct
getStruct
getUri
getVisited
setStruct
setUri
setVisited
static functions
callBackActivateLink
callBackActivateLinkDestroy
getType
variables
gtkLinkButton