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
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:
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
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
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