Fixed.move

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

class Fixed
void
move

Parameters

widget gtk.widget.Widget

the child widget.

x int

the horizontal position to move the widget to.

y int

the vertical position to move the widget to.