From Porcupine wiki

Developers: moveTo method

The moveTo moves the widget to a new position indicated by the x and y positions.

Syntax

Syntax
widget.moveTo(x, y);
Parametersx : Required. Integer indicating the widget's left position
y : Required. Integer indicating the widget's top position.
Returns-
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXmoveTo
Page last modified on October 01, 2007, at 03:43 PM