Hi!

I would put the label inside a gtk.Alignment

  http://www.pygtk.org/pygtk2reference/class-gtkalignment.html

and then set the xalign and xscale to 0.

Hope that helps, 
Fabian


On Mon, 2005-12-12 at 15:17 +0100, tjas ni wrote:
> Hi
> 
> I've got a gtk.VBox(False, 0) to hold some of my content.
> But that content is aligned at the center.
> So I wonder how I can make my content (gtk.Label) to be justified to
> the left of my box.
> Do I need to create an Hbox inside my Vbox?
> 
> 
> Thanks for any input!
> 
> 
> 
> _______________________________________________
> pygtk mailing list   pygtk@daa.com.au
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to