CONTROL:set_position
CONTROL:set_position(
x,
y
)
Set the value of grd_x and grd_y for this control to the provided values.
Parameters
| Name | Type | Description |
|---|---|---|
x | #number | An integer value to set to grd_x of this control. |
y | #number | An integer value to set to grd_y of this control. |