Enumeration
AtkCoordType
since: 1.0
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()
Available since: 1.0
Members
ATK_XY_SCREEN
-
Specifies xy coordinates relative to the screen.
- Value:
0
- Nickname:
screen
- Available since: 1.0
- Value:
ATK_XY_WINDOW
-
Specifies xy coordinates relative to the widget’s top-level window.
- Value:
1
- Nickname:
window
- Available since: 1.0
- Value:
ATK_XY_PARENT
-
Specifies xy coordinates relative to the widget’s immediate parent. Since: 2.30
- Value:
2
- Nickname:
parent
- Available since: 1.0
- Value: