gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
TextT.OnTextRemoveDelegateWrapper
atk
TextT
TextT
Undocumented in source.
template
TextT
(TStruct)
protected
class
OnTextRemoveDelegateWrapper {
void
delegate
(
int
,
int
,
string
,
TextIF
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(int, int, string, TextIF) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(int, int, string, TextIF) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
int
,
int
,
string
,
TextIF
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
atk
TextT
TextT
classes
OnTextAttributesChangedDelegateWrapper
OnTextCaretMovedDelegateWrapper
OnTextChangedDelegateWrapper
OnTextInsertDelegateWrapper
OnTextRemoveDelegateWrapper
OnTextSelectionChangedDelegateWrapper
functions
addOnTextAttributesChanged
addOnTextCaretMoved
addOnTextChanged
addOnTextInsert
addOnTextRemove
addOnTextSelectionChanged
addSelection
getBoundedRanges
getCaretOffset
getCharacterAtOffset
getCharacterCount
getCharacterExtents
getDefaultAttributes
getNSelections
getOffsetAtPoint
getRangeExtents
getRunAttributes
getSelection
getStringAtOffset
getText
getTextAfterOffset
getTextAtOffset
getTextBeforeOffset
getTextStruct
internalRemoveOnTextAttributesChanged
internalRemoveOnTextCaretMoved
internalRemoveOnTextChanged
internalRemoveOnTextInsert
internalRemoveOnTextRemove
internalRemoveOnTextSelectionChanged
removeSelection
setCaretOffset
setSelection
static functions
attributeForName
attributeGetName
attributeGetValue
attributeRegister
attributeSetFree
callBackTextAttributesChanged
callBackTextAttributesChangedDestroy
callBackTextCaretMoved
callBackTextCaretMovedDestroy
callBackTextChanged
callBackTextChangedDestroy
callBackTextInsert
callBackTextInsertDestroy
callBackTextRemove
callBackTextRemoveDestroy
callBackTextSelectionChanged
callBackTextSelectionChangedDestroy
freeRanges
variables
onTextAttributesChangedListeners
onTextCaretMovedListeners
onTextChangedListeners
onTextInsertListeners
onTextRemoveListeners
onTextSelectionChangedListeners