Enumeration
AtspiCoordType
Description [src]
Enumeration used by AtspiComponent, AtspiImage, and AtspiText interfaces
to specify whether coordinates are relative to the window or the screen.
Members
| Name | Description |
|---|---|
ATSPI_COORD_TYPE_SCREEN |
Specifies xy coordinates relative to the screen. |
ATSPI_COORD_TYPE_WINDOW |
Specifies xy coordinates relative to the widget’s top-level window. |
ATSPI_COORD_TYPE_PARENT |
Specifies xy coordinates relative to the widget’s immediate parent. |