Re: PyGTK upgrade

2008-10-02 Thread Jeffrey Barish
Lauro Moura wrote: > After looking the gtk headers and GTK docs, get_cells is available > only in GTK 2.12 and upper, while the GTK+ provided in maemo is 2.10. > So, pygtk checks for it but as it can't be found, bypasses it. Thank you for solving this mystery. -- Jeffrey Barish

Re: PyGTK upgrade

2008-10-01 Thread Lauro Moura
On Wed, Oct 1, 2008 at 6:19 PM, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > Lauro Moura wrote: > >> On Wed, Oct 1, 2008 at 1:36 AM, Jeffrey Barish >> <[EMAIL PROTECTED]> wrote: >>> When is PyGTK going to be upgraded to 2.12? gtk.CellLayout has 7 methods >>> that all require the cellrenderer. gtk.

Re: PyGTK upgrade

2008-10-01 Thread Jeffrey Barish
Lauro Moura wrote: > On Wed, Oct 1, 2008 at 1:36 AM, Jeffrey Barish > <[EMAIL PROTECTED]> wrote: >> When is PyGTK going to be upgraded to 2.12? gtk.CellLayout has 7 methods >> that all require the cellrenderer. gtk.ComboBoxEntry creates and packs >> the cellrenderer automatically, so without the

Re: PyGTK upgrade

2008-10-01 Thread Lauro Moura
On Wed, Oct 1, 2008 at 1:36 AM, Jeffrey Barish <[EMAIL PROTECTED]> wrote: > When is PyGTK going to be upgraded to 2.12? gtk.CellLayout has 7 methods > that all require the cellrenderer. gtk.ComboBoxEntry creates and packs the > cellrenderer automatically, so without the get_cells method there doe

PyGTK upgrade

2008-09-30 Thread Jeffrey Barish
When is PyGTK going to be upgraded to 2.12? gtk.CellLayout has 7 methods that all require the cellrenderer. gtk.ComboBoxEntry creates and packs the cellrenderer automatically, so without the get_cells method there doesn't appear to be a way to use any of those methods nor to change attributes of