move
open fun move(widget: Widget, x: <Error class: unknown class>, y: <Error class: unknown class>)(source)
Sets a translation transformation to the given @x and @y coordinates to the child @widget of the GtkFixed
.
Parameters
widget
the child widget
x
the horizontal position to move the widget to
y
the vertical position to move the widget to