Fixed.put

Adds a widget to a gtk.Fixed container at the given position.

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

Parameters

widget Widget

the widget to add.

x int

the horizontal position to place the widget at.

y int

the vertical position to place the widget at.