Fixed.move
void move(gtk.widget.Widget widget, int x, int y)Moves a child of a #GtkFixed container to the given position.
Parameters
widget | the child widget. |
x | the horizontal position to move the widget to. |
y | the vertical position to move the widget to. |