Gtk.Fixed.prototype.move
function move(widget:Gtk.Widget, x:Number, y:Number):void {
// Gjs wrapper for gtk_fixed_move()
}Moves a child of a Gtk.Fixed container to the given position.
- widget
the child widget.
- x
the horizontal position to move the widget to.
- y
the vertical position to move the widget to.