API Version: 2.0
Library Version: 2.50.0
enum Atspi.CoordType
Enumeration used by AtspiComponent, AtspiImage, and AtspiText interfaces to specify whether coordinates are relative to the window or the screen.
AtspiComponent
AtspiImage
AtspiText
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.