Method
GtkFixedmove
Declaration [src]
void
gtk_fixed_move (
  GtkFixed* fixed,
  GtkWidget* widget,
  double x,
  double y
)
Description [src]
Sets a translation transformation to the given x and y
coordinates to the child widget of the GtkFixed.
Parameters
- widget
- 
            Type: GtkWidgetThe child widget. The data is owned by the caller of the method. 
- x
- 
            Type: doubleThe horizontal position to move the widget to. 
- y
- 
            Type: doubleThe vertical position to move the widget to.