[Glade-users] Chnaging X/Y values for widget position

Damon Chaplin damon@ximian.com
Tue, 27 Feb 2001 21:01:45 +0000


"Dennis L. Goyette Sr." wrote:
> 
> Is there a way to change the X/Y values of the widgets position???  It
> is graeyd , hence, can't change it.  Seems the only way to change it,
> somewhat, is to change the dimensions/size of the widget.......

GTK+ uses container-based layout, with widgets like boxes and tables,
so you rarely set the X & Y values of the widgets yourself.

If you use a GtkFixed or GtkLayout container you can set the positions
of the child widgets.

Damon