summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-17 18:23:31 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-17 18:23:31 -0500
commit5746bc799011093296c14fa51a880280934a8fd3 (patch)
tree25444867c79e7488d34fba2518ad039de7e36a71 /xml
parenta057c6108f394253055bd419cc5a12a770fe9330 (diff)
downloadat-spi2-core-5746bc799011093296c14fa51a880280934a8fd3.tar.gz
Component.xml: document the GetMDIZOrder method
Diffstat (limited to 'xml')
-rw-r--r--xml/Component.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index 8505c861..087dc0ab 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -153,6 +153,14 @@
<arg direction="out" type="u"/>
</method>
+ <!--
+ GetMDIZOrder:
+
+ Queries the Z stacking order of a component which is in the MDI or WINDOW layer,
+ per the GetLayer method. Bigger z-order numbers are nearer the top.
+
+ Returns: The z order of the component, or -1 if it is not in the MDI layer.
+ -->
<method name="GetMDIZOrder">
<arg direction="out" type="n"/>
</method>