gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
TextTag.OnDelegateWrapper
gtk
TextTag
TextTag
Undocumented in source.
class
TextTag
protected
class
OnDelegateWrapper {
bool
delegate
(
ObjectG
,
Event
,
TextIter
,
TextTag
)
dlg
;
gulong
handlerId
;
this
(bool delegate(ObjectG, Event, TextIter, TextTag) dlg);
void
remove
(OnDelegateWrapper source);
}
Constructors
this
this
(bool delegate(ObjectG, Event, TextIter, TextTag) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
ObjectG
,
Event
,
TextIter
,
TextTag
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
TextTag
TextTag
classes
OnDelegateWrapper
constructors
this
functions
addOn
changed
event
getPriority
getStruct
getTextTagStruct
setPriority
setStruct
static functions
callBack
callBackDestroy
getType
variables
gtkTextTag
onListeners