SetLayout
This function sets the position and size of a widget, in logical units.
Syntax
- SetLayout(number x, number y, number width, number height)
Parameters
- x: X position of the widget.
- y: Y position of the widget.
- width: Width of the widget.
- height: Height of the widget.