Re: Gtk error from ComboBoxEntry

2008-04-24 Thread Jeffrey Barish
Marius Gedminas wrote: > This function appeared in Gtk+ 2.12. > > Maemo 4.0 has Gtk+ 2.10. Ah. Thanks for the information. I presume, then, that there is no way to get the cell renderer. Any idea when Maemo will update its Gtk? -- Jeffrey Barish _

Re: Gtk error from ComboBoxEntry

2008-04-24 Thread Marius Gedminas
On Thu, Apr 24, 2008 at 10:43:23AM -0600, Jeffrey Barish wrote: > I am getting the error message > > AttributeError: 'gtk.ComboBoxEntry' object has no attribute 'get_cells' > I suppose that this error must result from a maemo abridgement because the > gtk documentation describes this method (in g

Gtk error from ComboBoxEntry

2008-04-24 Thread Jeffrey Barish
I am getting the error message AttributeError: 'gtk.ComboBoxEntry' object has no attribute 'get_cells' I suppose that this error must result from a maemo abridgement because the gtk documentation describes this method (in gtk.CellLayout). A ComboBoxEntry installs the renderer automatically, so h