GTK+ Warning: Can't set a parent on widget which has a parent!!

2011-06-03 Thread Phong Cao
Hello everybody, I am trying to write the interface for my music manager using GTK+. The program was compiled successfully. However, when I executed it, the machine returned errors: (dingo_draft:6462): Gtk-WARNING **: Can't set a parent on widget which has a parent(dingo_draft:6462):

Re: Gail next steps (was Re: GTK and ATK)

2011-06-03 Thread Matthias Clasen
On Wed, Jun 1, 2011 at 7:48 PM, PiƱeiro apinhe...@igalia.com wrote: On 05/10/2011 04:28 PM, Benjamin Otte wrote: In fact, IMHO, some of the issues pointed by Benjamin would be solved by this [2] and the gail migration, but lets not talk about it. As I said, those are long term tasks, and the

Re: www.gtk.org now updated but no news!

2011-06-03 Thread Devin Samarin
I have hopefully fixed this problem (I can't test with older versions of PHP, but I have tested the new function by itself, and in theory it will work.) Patch is located here: https://bugzilla.gnome.org/show_bug.cgi?id=651807 I also cleaned up some code used during development of the website.

GTK+ Warning: Can't set a parent on widget which has a parent

2011-06-03 Thread Phong Cao
Hello everybody, I am trying to write the interface for my music manager using GTK+. The program was compiled successfully. However, when I executed it, the machine returned errors: (dingo_draft:6462): Gtk-WARNING **: Can't set a parent on widget which has a parent(dingo_draft:6462):

Re: GTK+ Warning: Can't set a parent on widget which has a parent

2011-06-03 Thread Chris Vine
On Fri, 3 Jun 2011 04:08:22 -0400 Phong Cao phn...@gmail.com wrote: Hello everybody, I am trying to write the interface for my music manager using GTK+. The program was compiled successfully. However, when I executed it, the machine returned errors: (dingo_draft:6462): Gtk-WARNING **:

Re: GTK+ Warning: Can't set a parent on widget which has a parent

2011-06-03 Thread Nicola Fontana
Il giorno Fri, 3 Jun 2011 04:08:22 -0400 Phong Cao phn...@gmail.com ha scritto: Hello everybody, I am trying to write the interface for my music manager using GTK+. The program was compiled successfully. However, when I executed it, the machine returned errors: (dingo_draft:6462):

About client-event signal in GTK+-3.0

2011-06-03 Thread sy198704
Hi, I want to known how use the client-event in the GTK+-3.0 ? In GTK+-3.0 there is no client-event signal, so how can I recieve this event send from other application.___ gtk-list mailing list gtk-list@gnome.org

Re: GTK+ Warning: Can't set a parent on widget which has a parent

2011-06-03 Thread Phong Cao
Thank you Nicola. I finally got it fixed! Yeah I did not pay attention to the parents of songinfo... On Fri, Jun 3, 2011 at 6:08 AM, Nicola Fontana n...@entidi.it wrote: Il giorno Fri, 3 Jun 2011 04:08:22 -0400 Phong Cao phn...@gmail.com ha scritto: Hello everybody, I am trying to write

Re: About client-event signal in GTK+-3.0

2011-06-03 Thread Emmanuele Bassi
On 2011-06-03 at 19:29, sy198704 wrote: I want to known how use the client-event in the GTK+-3.0 ? In GTK+-3.0 there is no client-event signal, so how can I recieve this event send from other application. you can read the migration guide: