Enumeration
AtkCoordType
Description [src]
Specifies how xy coordinates are to be interpreted. Used by functions such
as atk_component_get_position()
and atk_text_get_character_extents()
Members
Name | Description |
---|---|
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 |