Re: [pygtk] Gtk.Grid and checkButton

2013-06-25 Thread Pietro Battiston
Hi Petr, this can certainly be done by nesting each checkbutton in a Gtk.Alignment. However, Il giorno mer, 19/06/2013 alle 10.37 +0200, Petr Hracek ha scritto: Hi folks, I have question regarding Gtk.Grid and Gtk.CheckButton. I have a grid which is like - first column contains

Re: [pygtk] Gtk.Grid and checkButton

2013-06-25 Thread Pietro Battiston
Hi Petr, this can certainly be done by nesting each checkbutton in a Gtk.Alignment. That said, are you sure gtk.CheckButton.new_with_label() is not what you're looking for? Pietro Il giorno mer, 19/06/2013 alle 10.37 +0200, Petr Hracek ha scritto: Hi folks, I have question regarding

Re: [pygtk] Gtk.Grid and checkButton

2013-06-25 Thread Petr Hracek
Hi Pietro, Gtk.Alignement is what I am looking for. CheckButton is allign to the top, text is about 2 pixels lower. I will test Gtk.CheckButton.new_with_label() regards Petr On 06/25/2013 12:53 PM, Pietro Battiston wrote: Hi Petr, this can certainly be done by nesting each checkbutton in a