gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
TextTagTable.OnTagChangedDelegateWrapper
gtk
TextTagTable
TextTagTable
Undocumented in source.
class
TextTagTable
protected
class
OnTagChangedDelegateWrapper {
void
delegate
(
TextTag
,
bool
,
TextTagTable
)
dlg
;
gulong
handlerId
;
this
(void delegate(TextTag, bool, TextTagTable) dlg);
void
remove
(OnTagChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(TextTag, bool, TextTagTable) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnTagChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
TextTag
,
bool
,
TextTagTable
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
TextTagTable
TextTagTable
classes
OnTagAddedDelegateWrapper
OnTagChangedDelegateWrapper
OnTagRemovedDelegateWrapper
constructors
this
functions
add
addOnTagAdded
addOnTagChanged
addOnTagRemoved
foreac
getSize
getStruct
getTextTagTableStruct
lookup
remove
setStruct
mixins
__anonymous
static functions
callBackTagAdded
callBackTagAddedDestroy
callBackTagChanged
callBackTagChangedDestroy
callBackTagRemoved
callBackTagRemovedDestroy
getType
variables
gtkTextTagTable
onTagAddedListeners
onTagChangedListeners
onTagRemovedListeners