Re: [gtkmvc-users] Bug and release
Brought to you by:
cavada
From: Rob Brown-B. <r.b...@gm...> - 2010-08-21 08:00:26
|
On Sat, Aug 21, 2010 at 7:12 PM, Tobias Weber <to...@ce...> wrote: > On 20.08.2010, at 20:44, Rob Brown-Bayliss wrote: > >> What is broken in GtkBuilder? Is it the naming of widgets? > > http://github.com/Wile/gtkmvc/commit/e4d1d4fc5e39aa17837af302c32a3aee2d4330fe > > You can probably get away with changing one line. > Ok, I am doing this sort of thing (not using gtkmvc) where t is a gtk container (table in this case) in a gtk builder glade file: for c in t.get_children(): name = gtk.Buildable.get_name(c) # Can't use c.name but this might change in the future. # Do stuff. Sounds like the same issues, I used to just do c.name >From what I discovered, though I didn't look to hard, it's not considered a bug and wont be fixed. Shame as it was a useful 'bug' See https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/507739 Cheers -- -- Rob |