move

open fun move(widget: Widget, x: Double, y: Double)

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