list of pyatspi.Accessibility.Accessible
|
|
|
dictionary
|
getAccDefTextAttrs(self)
Gets all of the default text attributes assigned to the subject if
item offset is None, else the default attributes of the item offset
child. |
source code
|
|
|
dictionary
|
getAccAllTextAttrs(self)
Gets all the text attributes of a given accessible if item offset
is None or the attributes of the item offset child if it is not. |
source code
|
|
|
list of AEPors
|
|
|
string
|
getAccRoleName(self)
Gets the accessible role name of the subject if item offset is
None else the role name of the given item. |
source code
|
|
|
string
|
getAccRole(self)
Gets the accessible role of the subject if item offset is None
else the role name of the given item. |
source code
|
|
|
string
|
getAccName(self)
Gets the accessible name of the subject if item offset is None
else the name of the given item. |
source code
|
|
|
string
|
|
|
string
|
getAccItemText(self)
Gets the accessible name of the subject if item offset is None
else the name of the given child accessible. |
source code
|
|
|
list of string
|
getAccStates(self)
Gets a list of names of states indicating the current state of the
given accessible. |
source code
|
|
|
integer
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
list of string
|
|
|
list of string
|
|
|
integer
|
|
|
list of tuple of string
|
|
|
2-tuple of integer
|
|
|
2-tuple of integer
|
getAccVisualPoint(self)
Gets the focal point within the subject, where the focal point is
defined as the center of the active item. |
source code
|
|