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
widget | the child widget |
x | the horizontal position to move the widget to |
y | the vertical position to move the widget to |