label = Gtk.Label( "Label 1" ). label.set_justify(Gtk.Justification.RIGHT). box.pack_start(label, True , True , 0 ). label = Gtk.Label( ...
確定! 回上一頁