Fixed.put
void put(gtk.widget.Widget widget, double x, double y)Adds a widget to a [gtk.fixed.Fixed] at the given position.
Parameters
widget | the widget to add |
x | the horizontal position to place the widget at |
y | the vertical position to place the widget at |