Method
GtkFixedmove
Declaration [src]
void
gtk_fixed_move (
GtkFixed* fixed,
GtkWidget* widget,
gint x,
gint y
)
Parameters
widget |
GtkWidget |
The child widget. |
|
The data is owned by the caller of the function. | |
x |
gint |
The horizontal position to move the widget to. |
|
y |
gint |
The vertical position to move the widget to. |