From Porcupine wiki

Developers: resize method

The resize method resizes the dimensions of the widget to the given values.

Syntax

Syntax
widget.resize(x, y);
Parametersx : Required. Integer indicating the widget's width.
y : Required. Integer indicating the widget's height
Returns-
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXresize
Page last modified on October 02, 2007, at 09:14 AM