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