Method
GtkLayoutmove
Declaration [src]
void
gtk_layout_move (
GtkLayout* layout,
GtkWidget* child_widget,
gint x,
gint y
)
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.