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