GridLayout.setChildPosition

Sets the position of the given child.

The units of these arguments are in the proportional grid units you set in the constructor.

class GridLayout
setChildPosition
(
return Widget child
,
int x
,
int y
,
int width
,
int height
,)

Meta