Method

GtkLayoutmove

Declaration [src]

void
gtk_layout_move (
  GtkLayout* layout,
  GtkWidget* child_widget,
  gint x,
  gint y
)

Description [src]

Moves a current child of layout to a new position.

Parameters

child_widget

Type: GtkWidget

A current child of layout.

The data is owned by the caller of the method.
x

Type: gint

X position to move to.

y

Type: gint

Y position to move to.