Method
Gtk.Fixed.move
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 |
GtkWidget |
the child widget |
|
Ownership is not transferred to the callee | |
x |
double |
the horizontal position to move the widget to |
|
y |
double |
the vertical position to move the widget to |