set Position
Sets the X and Y coordinate of this layout. This updates the x and y, so will overwrite and reference made with setPos.
If you don't want this to happen, update the referenced Pos instead of using this method. The whole point of Pos in the first place! This still may be used, especially by parent elements (including parent layouts) that automatically manipulate this widgets position.
Author
fzzyhmstrs
Since
0.6.0
Parameters
x
horizontal screen position in pixels
y
vertical screen position in pixels