gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
TextTag.OnEventDelegateWrapper
gtk
TextTag
TextTag
Undocumented in source.
class
TextTag
protected
class
OnEventDelegateWrapper {
bool
delegate
(
ObjectG
,
Event
,
TextIter
,
TextTag
)
dlg
;
gulong
handlerId
;
this
(bool delegate(ObjectG, Event, TextIter, TextTag) dlg);
void
remove
(OnEventDelegateWrapper source);
}
Constructors
this
this
(bool delegate(ObjectG, Event, TextIter, TextTag) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnEventDelegateWrapper 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
OnEventDelegateWrapper
constructors
this
functions
addOnEvent
changed
event
getPriority
getStruct
getTextTagStruct
setPriority
setStruct
static functions
callBackEvent
callBackEventDestroy
getType
variables
gtkTextTag
onEventListeners