Last updated: Tue, 22 May 2012 view this page in English
GtkFixed::move
void move(GtkWidget widget, int x, int y);
This method sets a new position for a child widget in a GtkFixed
container. The parameters are the x and
y coordinates of the top left-hand corner of the
child widget, measured in pixels from the top left-hand corner of the
container.
User Contributed Notes gtk.gtkfixed.method.move.php
There are no user contributed notes for this page.