Fixed.move

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

class Fixed
void
move
(,
double x
,
double y
)

Parameters

widget gtk.widget.Widget

the child widget

x double

the horizontal position to move the widget to

y double

the vertical position to move the widget to