Gtk.Layout.prototype.move
function move(child_widget:Gtk.Widget, x:Number, y:Number):void {
// Gjs wrapper for gtk_layout_move()
}Moves a current child of layout to a new position.
- child_widget
a current child of layout
- x
X position to move to
- y
Y position to move to