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