- addSelection
int function(AtkText* text, int startOffset, int endOffset) addSelection;
- getBoundedRanges
AtkTextRange** function(AtkText* text, AtkTextRectangle* rect, AtkCoordType coordType, AtkTextClipType xClipType, AtkTextClipType yClipType) getBoundedRanges;
- getCaretOffset
int function(AtkText* text) getCaretOffset;
- getCharacterAtOffset
dchar function(AtkText* text, int offset) getCharacterAtOffset;
- getCharacterCount
int function(AtkText* text) getCharacterCount;
- getCharacterExtents
void function(AtkText* text, int offset, int* x, int* y, int* width, int* height, AtkCoordType coords) getCharacterExtents;
- getDefaultAttributes
AtkAttributeSet* function(AtkText* text) getDefaultAttributes;
- getNSelections
int function(AtkText* text) getNSelections;
- getOffsetAtPoint
int function(AtkText* text, int x, int y, AtkCoordType coords) getOffsetAtPoint;
- getRangeExtents
void function(AtkText* text, int startOffset, int endOffset, AtkCoordType coordType, AtkTextRectangle* rect) getRangeExtents;
- getRunAttributes
AtkAttributeSet* function(AtkText* text, int offset, int* startOffset, int* endOffset) getRunAttributes;
- getSelection
char* function(AtkText* text, int selectionNum, int* startOffset, int* endOffset) getSelection;
- getStringAtOffset
char* function(AtkText* text, int offset, AtkTextGranularity granularity, int* startOffset, int* endOffset) getStringAtOffset;
- getText
char* function(AtkText* text, int startOffset, int endOffset) getText;
- getTextAfterOffset
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextAfterOffset;
- getTextAtOffset
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextAtOffset;
- getTextBeforeOffset
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextBeforeOffset;
- parent
GTypeInterface parent;
Undocumented in source.
- removeSelection
int function(AtkText* text, int selectionNum) removeSelection;
- setCaretOffset
int function(AtkText* text, int offset) setCaretOffset;
- setSelection
int function(AtkText* text, int selectionNum, int startOffset, int endOffset) setSelection;
- textAttributesChanged
void function(AtkText* text) textAttributesChanged;
- textCaretMoved
void function(AtkText* text, int location) textCaretMoved;
- textChanged
void function(AtkText* text, int position, int length) textChanged;
- textSelectionChanged
void function(AtkText* text) textSelectionChanged;