TextT.getTextAfterOffset

Gets the specified text.

More...
template TextT(TStruct)
string
getTextAfterOffset

Parameters

offset int

position

boundaryType AtkTextBoundary

An #AtkTextBoundary

startOffset int

the start offset of the returned string

endOffset int

the offset of the first character after the returned substring

Return: a newly allocated string containing the text after @offset bounded by the specified @boundary_type. Use g_free() to free the returned string.

Detailed Description

Deprecated: This method is deprecated since ATK version 2.9.3. Please use atk_text_get_string_at_offset() instead.

Meta