Method
Gtk.Fixed.put
Declaration [src]
void
gtk_fixed_put (
  GtkFixed* fixed,
  GtkWidget* widget,
  double x,
  double y
)
Parameters
| widget | GtkWidget | 
| the widget to add | |
| Ownership is not transferred to the callee | |
| x | double | 
| the horizontal position to place the widget at | |
| y | double | 
| the vertical position to place the widget at |