Gtk.Layout.prototype.put
function put(child_widget:Gtk.Widget, x:Number, y:Number):void { // Gjs wrapper for gtk_layout_put() }
Adds child_widget to layout, at position (x,y). layout becomes the new parent container of child_widget.
- child_widget
child widget
- x
X position of child widget
- y
Y position of child widget