Layout.put
void put(gtk.widget.Widget childWidget, int x, int y)Adds child_widget to layout, at position (x,y). layout becomes the new parent container of child_widget.
Parameters
childWidget | child widget |
x | X position of child widget |
y | Y position of child widget |