On Fri, 2003-10-31 at 13:13, eniac@sdf-eu.org wrote: > I've created 2labels and I try to Justify them by doing > > label1.Justify = Gtk.Justify.Left > label2.Justify = Gtk.Justify.Right Maybe this might work? label1.Justify = Gtk.Justification.Left label2.Justify = Gtk.Justification.Right /Richard