Functions | |
| AtkAttributeSet * | GetAttributeSet (nsIAccessible *aAccessible) |
| void | textInterfaceInitCB (AtkTextIface *aIface) |
| void | ConvertTexttoAsterisks (nsAccessibleWrap *accWrap, nsAString &aString) |
| gchar * | getTextCB (AtkText *aText, gint aStartOffset, gint aEndOffset) |
| gchar * | getTextAfterOffsetCB (AtkText *aText, gint aOffset, AtkTextBoundary aBoundaryType, gint *aStartOffset, gint *aEndOffset) |
| gchar * | getTextAtOffsetCB (AtkText *aText, gint aOffset, AtkTextBoundary aBoundaryType, gint *aStartOffset, gint *aEndOffset) |
| gunichar | getCharacterAtOffsetCB (AtkText *aText, gint aOffset) |
| gchar * | getTextBeforeOffsetCB (AtkText *aText, gint aOffset, AtkTextBoundary aBoundaryType, gint *aStartOffset, gint *aEndOffset) |
| gint | getCaretOffsetCB (AtkText *aText) |
| AtkAttributeSet * | getRunAttributesCB (AtkText *aText, gint aOffset, gint *aStartOffset, gint *aEndOffset) |
| AtkAttributeSet * | getDefaultAttributesCB (AtkText *aText) |
| void | getCharacterExtentsCB (AtkText *aText, gint aOffset, gint *aX, gint *aY, gint *aWidth, gint *aHeight, AtkCoordType aCoords) |
| void | getRangeExtentsCB (AtkText *aText, gint aStartOffset, gint aEndOffset, AtkCoordType aCoords, AtkTextRectangle *aRect) |
| gint | getCharacterCountCB (AtkText *aText) |
| gint | getOffsetAtPointCB (AtkText *aText, gint aX, gint aY, AtkCoordType aCoords) |
| gint | getTextSelectionCountCB (AtkText *aText) |
| gchar * | getTextSelectionCB (AtkText *aText, gint aSelectionNum, gint *aStartOffset, gint *aEndOffset) |
| gboolean | addTextSelectionCB (AtkText *aText, gint aStartOffset, gint aEndOffset) |
| gboolean | removeTextSelectionCB (AtkText *aText, gint aSelectionNum) |
| gboolean | setTextSelectionCB (AtkText *aText, gint aSelectionNum, gint aStartOffset, gint aEndOffset) |
| gboolean | setCaretOffsetCB (AtkText *aText, gint aOffset) |
| AtkAttributeSet* GetAttributeSet | ( | nsIAccessible * | aAccessible | ) |
| void textInterfaceInitCB | ( | AtkTextIface * | aIface | ) |
| void ConvertTexttoAsterisks | ( | nsAccessibleWrap * | accWrap, | |
| nsAString & | aString | |||
| ) |
| gchar* getTextCB | ( | AtkText * | aText, | |
| gint | aStartOffset, | |||
| gint | aEndOffset | |||
| ) |
| gchar* getTextAfterOffsetCB | ( | AtkText * | aText, | |
| gint | aOffset, | |||
| AtkTextBoundary | aBoundaryType, | |||
| gint * | aStartOffset, | |||
| gint * | aEndOffset | |||
| ) |
| gchar* getTextAtOffsetCB | ( | AtkText * | aText, | |
| gint | aOffset, | |||
| AtkTextBoundary | aBoundaryType, | |||
| gint * | aStartOffset, | |||
| gint * | aEndOffset | |||
| ) |
| gchar* getTextBeforeOffsetCB | ( | AtkText * | aText, | |
| gint | aOffset, | |||
| AtkTextBoundary | aBoundaryType, | |||
| gint * | aStartOffset, | |||
| gint * | aEndOffset | |||
| ) |
| gint getCaretOffsetCB | ( | AtkText * | aText | ) |
| AtkAttributeSet* getRunAttributesCB | ( | AtkText * | aText, | |
| gint | aOffset, | |||
| gint * | aStartOffset, | |||
| gint * | aEndOffset | |||
| ) |
| AtkAttributeSet* getDefaultAttributesCB | ( | AtkText * | aText | ) |
| void getCharacterExtentsCB | ( | AtkText * | aText, | |
| gint | aOffset, | |||
| gint * | aX, | |||
| gint * | aY, | |||
| gint * | aWidth, | |||
| gint * | aHeight, | |||
| AtkCoordType | aCoords | |||
| ) |
| void getRangeExtentsCB | ( | AtkText * | aText, | |
| gint | aStartOffset, | |||
| gint | aEndOffset, | |||
| AtkCoordType | aCoords, | |||
| AtkTextRectangle * | aRect | |||
| ) |
| gint getCharacterCountCB | ( | AtkText * | aText | ) |
| gint getOffsetAtPointCB | ( | AtkText * | aText, | |
| gint | aX, | |||
| gint | aY, | |||
| AtkCoordType | aCoords | |||
| ) |
| gint getTextSelectionCountCB | ( | AtkText * | aText | ) |
| gchar* getTextSelectionCB | ( | AtkText * | aText, | |
| gint | aSelectionNum, | |||
| gint * | aStartOffset, | |||
| gint * | aEndOffset | |||
| ) |
| gboolean addTextSelectionCB | ( | AtkText * | aText, | |
| gint | aStartOffset, | |||
| gint | aEndOffset | |||
| ) |
| gboolean removeTextSelectionCB | ( | AtkText * | aText, | |
| gint | aSelectionNum | |||
| ) |
| gboolean setTextSelectionCB | ( | AtkText * | aText, | |
| gint | aSelectionNum, | |||
| gint | aStartOffset, | |||
| gint | aEndOffset | |||
| ) |
| gboolean setCaretOffsetCB | ( | AtkText * | aText, | |
| gint | aOffset | |||
| ) |
1.5.6