Re: Widget name is 0x0 after GtkWidget key-press-event

2010-08-14 Thread dhk
On 08/13/2010 04:50 PM, John Stebbins wrote: > On 08/13/2010 06:22 AM, Tadej Borovšak wrote: >> Hi. >> >> Your problems are caused by the fact that GtkBuilder since GTK+-2.20 >> doesn't set widget's "name" property to "id" field anymore. API >> docs[1] warn about this change (see the first "Note" s

Re: Widget name is 0x0 after GtkWidget key-press-event

2010-08-13 Thread John Stebbins
On 08/13/2010 06:22 AM, Tadej Borovšak wrote: > Hi. > > Your problems are caused by the fact that GtkBuilder since GTK+-2.20 > doesn't set widget's "name" property to "id" field anymore. API > docs[1] warn about this change (see the first "Note" section in > description). > > Tadej > > [1] > http:

Re: Widget name is 0x0 after GtkWidget key-press-event

2010-08-13 Thread Tadej Borovšak
Hi. Your problems are caused by the fact that GtkBuilder since GTK+-2.20 doesn't set widget's "name" property to "id" field anymore. API docs[1] warn about this change (see the first "Note" section in description). Tadej [1] http://library.gnome.org/devel/gtk/stable/GtkBuilder.html#GtkBuilder.d

Re: Widget name is 0x0 after GtkWidget key-press-event

2010-08-13 Thread dhk
On 08/13/2010 07:56 AM, dhk wrote: > The GtkWidget key-press-event signal doesn't seem to be filling in the > name of the widget. When I print the name in the debugger it's 0x0. > > I haven't run the program in a couple of months, but the last time I did > everything worked. Since then I've been

Widget name is 0x0 after GtkWidget key-press-event

2010-08-13 Thread dhk
The GtkWidget key-press-event signal doesn't seem to be filling in the name of the widget. When I print the name in the debugger it's 0x0. I haven't run the program in a couple of months, but the last time I did everything worked. Since then I've been keeping up on the upgrades (using Gentoo Lin