- addSelection
int function(AtkText* text, int startOffset, int endOffset) addSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getBoundedRanges
AtkTextRange** function(AtkText* text, AtkTextRectangle* rect, AtkCoordType coordType, AtkTextClipType xClipType, AtkTextClipType yClipType) getBoundedRanges;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getCaretOffset
int function(AtkText* text) getCaretOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getCharacterAtOffset
gunichar function(AtkText* text, int offset) getCharacterAtOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getCharacterCount
int function(AtkText* text) getCharacterCount;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getCharacterExtents
void function(AtkText* text, int offset, int* x, int* y, int* width, int* height, AtkCoordType coords) getCharacterExtents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getDefaultAttributes
AtkAttributeSet* function(AtkText* text) getDefaultAttributes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getNSelections
int function(AtkText* text) getNSelections;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getOffsetAtPoint
int function(AtkText* text, int x, int y, AtkCoordType coords) getOffsetAtPoint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getRangeExtents
void function(AtkText* text, int startOffset, int endOffset, AtkCoordType coordType, AtkTextRectangle* rect) getRangeExtents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getRunAttributes
AtkAttributeSet* function(AtkText* text, int offset, int* startOffset, int* endOffset) getRunAttributes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getSelection
char* function(AtkText* text, int selectionNum, int* startOffset, int* endOffset) getSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getStringAtOffset
char* function(AtkText* text, int offset, AtkTextGranularity granularity, int* startOffset, int* endOffset) getStringAtOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getText
char* function(AtkText* text, int startOffset, int endOffset) getText;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getTextAfterOffset
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextAfterOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getTextAtOffset
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextAtOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getTextBeforeOffset
char* function(AtkText* text, int offset, AtkTextBoundary boundaryType, int* startOffset, int* endOffset) getTextBeforeOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parent
GTypeInterface parent;
Undocumented in source.
- removeSelection
int function(AtkText* text, int selectionNum) removeSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setCaretOffset
int function(AtkText* text, int offset) setCaretOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setSelection
int function(AtkText* text, int selectionNum, int startOffset, int endOffset) setSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textAttributesChanged
void function(AtkText* text) textAttributesChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textCaretMoved
void function(AtkText* text, int location) textCaretMoved;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textChanged
void function(AtkText* text, int position, int length) textChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- textSelectionChanged
void function(AtkText* text) textSelectionChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GTypeInterface parent; get_text () get_text_after_offset () Gets specified text. This virtual function is deprecated and it should not be overridden. get_text_at_offset () Gets specified text. This virtual function is deprecated and it should not be overridden. get_character_at_offset () get_text_before_offset () Gets specified text. This virtual function is deprecated and it should not be overridden. get_caret_offset () get_run_attributes () get_default_attributes () get_character_extents () get_character_count () get_offset_at_point () get_n_selections () get_selection () add_selection () remove_selection () set_selection () set_caret_offset () text_changed () the signal handler which is executed when there is a text change. This virtual function is deprecated sice 2.9.4 and it should not be overriden. text_caret_moved () text_selection_changed () text_attributes_changed () get_range_extents () get_bounded_ranges () get_string_at_offset () Gets a portion of the text exposed through an AtkText according to a given offset and a specific granularity, along with the start and end offsets defining the boundaries of such a portion of text.