The GtkFixed container
allows you to position child widgets at absolute
coordinates, and always gives child widgets exactly
their requested size. This widget is for masochists; it
doesn't do anything automatically. You should almost
always use another layout widget instead (if you think
you need the fixed widget, consider asking for help;
most likely a real layout widget can be made to work
better).