summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
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"/>