Gtk.Fixed.prototype.put
function put(widget:Gtk.Widget, x:Number, y:Number):void {
// Gjs wrapper for gtk_fixed_put()
}Adds a widget to a Gtk.Fixed container at the given position.
- widget
the widget to add.
- x
the horizontal position to place the widget at.
- y
the vertical position to place the widget at.