Enumeration
AtspiCoordType
since: 2.0
Description [src]
Enumeration used by AtspiComponent
, AtspiImage
, and AtspiText
interfaces
to specify whether coordinates are relative to the window or the screen.
Available since: 2.0
Members
ATSPI_COORD_TYPE_SCREEN
-
Specifies xy coordinates relative to the screen.
- Value:
0
- Nickname:
screen
- Available since: 2.0
- Value:
ATSPI_COORD_TYPE_WINDOW
-
Specifies xy coordinates relative to the widget’s top-level window.
- Value:
1
- Nickname:
window
- Available since: 2.0
- Value:
ATSPI_COORD_TYPE_PARENT
-
Specifies xy coordinates relative to the widget’s immediate parent.
- Value:
2
- Nickname:
parent
- Available since: 2.0
- Value: