gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
TextT.OnTextAttributesChangedDelegateWrapper
atk
TextT
TextT
Undocumented in source.
template
TextT
(TStruct)
protected
class
OnTextAttributesChangedDelegateWrapper {
static
OnTextAttributesChangedDelegateWrapper
[]
listeners
;
void
delegate
(
TextIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(TextIF) dlg);
void
remove
(OnTextAttributesChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(TextIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnTextAttributesChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnTextAttributesChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
TextIF
)
dlg
;
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
removeSelection
setCaretOffset
setSelection
static functions
attributeForName
attributeGetName
attributeGetValue
attributeRegister
attributeSetFree
callBackTextAttributesChanged
callBackTextAttributesChangedDestroy
callBackTextCaretMoved
callBackTextCaretMovedDestroy
callBackTextChanged
callBackTextChangedDestroy
callBackTextInsert
callBackTextInsertDestroy
callBackTextRemove
callBackTextRemoveDestroy
callBackTextSelectionChanged
callBackTextSelectionChangedDestroy
freeRanges