[pygtk] How to flush labels left in a Gtk.Grid() cell?

2014-04-26 Thread Fabrice Delente
Hello.

This is in python2.7, with pygojbect 3.10.2, so using GTK+3.

I have a Gtk.Grid() in which I want to display a list of Labels.

I have set the justification to LEFT for each of my labels, but I
can't get them do be situated on the left of their cell in the grid. I
have tried putting each label in a Box and fiddling with
expand=True/False and Fill=True/False but nothing worked.

Can anybody help me on this?

Thanks.

F. Delente
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


Re: [pygtk] How to flush labels left in a Gtk.Grid() cell?

2014-04-26 Thread Fabrice Delente
Thanks.
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


Re: [pygtk] How to flush labels left in a Gtk.Grid() cell?

2014-04-26 Thread Fabrice Delente
Very useful, thank you!
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/