Documentation
Dlang.org
AtkTextIface.getTextAfterOffset
atk
c
types
AtkTextIface
Gets specified text. This virtual function is deprecated and it should not be overridden.
struct
AtkTextIface
extern (
C
)
char
*
function
(
AtkText
*
text
,
int
offset
,
AtkTextBoundary
boundaryType
,
int
*
startOffset
,
int
*
endOffset
)
getTextAfterOffset
;
atk
c
types
AtkTextIface
variables
addSelection
getBoundedRanges
getCaretOffset
getCharacterAtOffset
getCharacterCount
getCharacterExtents
getDefaultAttributes
getNSelections
getOffsetAtPoint
getRangeExtents
getRunAttributes
getSelection
getStringAtOffset
getText
getTextAfterOffset
getTextAtOffset
getTextBeforeOffset
parent
removeSelection
scrollSubstringTo
scrollSubstringToPoint
setCaretOffset
setSelection
textAttributesChanged
textCaretMoved
textChanged
textSelectionChanged
Gets specified text. This virtual function is deprecated and it should not be overridden.