Fixed.move

void move(gtk.widget.Widget widget, int x, int y)

Moves a child of a #GtkFixed container to the given position.

Parameters

widgetthe child widget.
xthe horizontal position to move the widget to.
ythe vertical position to move the widget to.