Method
GtkFixedput
Declaration [src]
void
gtk_fixed_put (
  GtkFixed* fixed,
  GtkWidget* widget,
  double x,
  double y
)
Parameters
| widget | GtkWidget | 
| The widget to add. | |
| The data is owned by the caller of the function. | |
| x | double | 
| The horizontal position to place the widget at. | |
| y | double | 
| The vertical position to place the widget at. |