Method

GtkFixedmove

Declaration [src]

void
gtk_fixed_move (
  GtkFixed* fixed,
  GtkWidget* widget,
  gint x,
  gint y
)

Description [src]

Moves a child of a GtkFixed container to the given position.

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.