Method
GtkLayoutmove
Declaration [src]
void
gtk_layout_move (
GtkLayout* layout,
GtkWidget* child_widget,
gint x,
gint y
)
Parameters
child_widget-
Type:
GtkWidgetA current child of
layout.The data is owned by the caller of the method. x-
Type:
gintX position to move to.
y-
Type:
gintY position to move to.