Fixed.move

Moves a child of a gtk.Fixed container to the given position.

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

Parameters

widget Widget

the child widget.

x int

the horizontal position to move the widget to.

y int

the vertical position to move the widget to.