Fixed.move

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

Sets a translation transformation to the given x and y coordinates to the child widget of the [gtk.fixed.Fixed].

Parameters

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