AtkCoordType

Specifies how xy coordinates are to be interpreted. Used by functions such as atk_component_get_position() and atk_text_get_character_extents()

Values

ValueMeaning
SCREEN0

specifies xy coordinates relative to the screen

WINDOW1

specifies xy coordinates relative to the widget's top-level window

PARENT2

specifies xy coordinates relative to the widget's immediate parent. Since: 2.30