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:
        x     An integer value to set to grd_x of this control
        y     An integer value to set to grd_y of this control