Layout.put

Adds child_widget to layout, at position (x,y). layout becomes the new parent container of child_widget.

class Layout
void
put
(,
int x
,
int y
)

Parameters

childWidget Widget

child widget

x int

X position of child widget

y int

Y position of child widget