API Version: 1.0
Library Version: 2.50.0
enum Atk.CoordType
Specifies how xy coordinates are to be interpreted. Used by functions such as atk_component_get_position() and atk_text_get_character_extents()
atk_component_get_position()
atk_text_get_character_extents()
ATK_XY_SCREEN
Specifies xy coordinates relative to the screen.
ATK_XY_WINDOW
Specifies xy coordinates relative to the widget’s top-level window.
ATK_XY_PARENT
Specifies xy coordinates relative to the widget’s immediate parent. Since: 2.30