go
AtkTextIface.getSelection
atk
c
types
AtkTextIface
struct
AtkTextIface
extern (
C
)
char
*
function
(
AtkText
*
text
,
int
selectionNum
,
int
*
startOffset
,
int
*
endOffset
)
getSelection
;
Return Value
a newly allocated string containing the selected text. Use
g_free()
to free the returned string.
atk
c
types
AtkTextIface
variables
addSelection
getBoundedRanges
getCaretOffset
getCharacterAtOffset
getCharacterCount
getCharacterExtents
getDefaultAttributes
getNSelections
getOffsetAtPoint
getRangeExtents
getRunAttributes
getSelection
getStringAtOffset
getText
getTextAfterOffset
getTextAtOffset
getTextBeforeOffset
removeSelection
scrollSubstringTo
scrollSubstringToPoint
setCaretOffset
setSelection
textAttributesChanged
textCaretMoved
textChanged
textSelectionChanged