Fixed.put

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

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

Parameters

widget gtk.widget.Widget

the widget to add

x double

the horizontal position to place the widget at

y double

the vertical position to place the widget at