GtkFixed::move
void move(GtkWidget
widget, int
x, int
y);
This method sets a new position for a child widget in a GtkFixed
container. The parameters are the x and
y coordinates of the top left-hand corner of the
child widget, measured in pixels from the top left-hand corner of the
container.