summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-17 18:54:52 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-17 18:54:52 -0500
commitf8bb87e7876e2265e57d51299913418a0d19fdc0 (patch)
tree45fcb41d1d7994e43e3f8f98652de60a063d66aa /xml
parenteed617846c227469d958d7ea708935a95c22f737 (diff)
downloadat-spi2-core-f8bb87e7876e2265e57d51299913418a0d19fdc0.tar.gz
Component.xml: document the SetSize method
Diffstat (limited to 'xml')
-rw-r--r--xml/Component.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/xml/Component.xml b/xml/Component.xml
index 922b1d48..364ff893 100644
--- a/xml/Component.xml
+++ b/xml/Component.xml
@@ -239,6 +239,15 @@
<arg direction="out" type="b"/>
</method>
+ <!--
+ SetSize:
+ @width: the width to which the component should be resized.
+ @height: the height to which the component should be resized.
+
+ Resizes the component to the given pixel dimensions.
+
+ Returns: true if successful, or false otherwise.
+ -->
<method name="SetSize">
<arg direction="in" name="width" type="i"/>
<arg direction="in" name="height" type="i"/>