gtk-d v3.5.1 (2017-01-10T22:24:21Z)
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
;
ConnectFlags
flags
;
this
(bool delegate(ObjectG, Event, TextIter, TextTag) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(bool delegate(ObjectG, Event, TextIter, TextTag) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
bool
delegate
(
ObjectG
,
Event
,
TextIter
,
TextTag
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOn
setPriority
setStruct
static functions
callBack
callBackDestroy
getType
variables
gtkTextTag
onListeners