> In fact I use Gtk.VBox and Gtk.HBox but all the widgets in the box > appear centered. Correct, what you have to do is set the "fill" property to be full, and then you can control how you want those widgets aligned (the horizontal and vertical alignments).