summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-17 17:42:51 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-17 17:43:21 -0500
commitf7216dd61cf73ec85475de760a17293c7b6ce15a (patch)
treede0bba5aaf1ba10a75299b258098c32f4f92c9f7 /xml
parent1c5bc5dc5beb2173e28f9b70f31b79f47a910f4c (diff)
downloadat-spi2-core-f7216dd61cf73ec85475de760a17293c7b6ce15a.tar.gz
Component.xml: document the GetPosition method
Diffstat (limited to 'xml')
-rw-r--r--xml/Component.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index ec4f0904..411dbe87 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -78,6 +78,21 @@
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QSpiRect"/>
</method>
+ <!--
+ GetPosition:
+ @coord_type: Whether the coordinates are relative to the screen or to the
+ component's top level window; see the description.
+
+ Queries the upper-left position of a component.
+
+ The @coord_type values are as follows, and correspond to AtkCoordType:
+
+ 0 - Coordinates are relative to the screen.
+ 1 - Coordinates are relative to the component's toplevel window.
+ 2 - Coordinates are relative to the component's immediate parent.
+
+ Returns: (x, y) coordinates of the component's upper-left corner.
+ -->
<method name="GetPosition">
<arg direction="in" name="coord_type" type="u"/>
<arg direction="out" name="x" type="i"/>