Re: GTK window and thread

2005-05-03 Thread Vivien Malerba
On 5/2/05, Frederic Beck <[EMAIL PROTECTED]> wrote: > Hello > > Here's my problem : i have a daemon running in the background, and i > want it to show popups after some events. > > I'm new in using GTK, so i took a look at the tutorial, and i managed to > create the window and show it. The popup

Re: GTK window and thread

2005-05-03 Thread stian
> (:20080): GLib-WARNING **: g_main_context_check() called > recursively from within a source's check() or prepare() member. > > (:20080): GLib-WARNING **: g_main_context_prepare() called > recursively from within a source's check() or prepare() member. Read the thread section of the gtk api and t

Re: GTK window and thread

2005-05-02 Thread Peter Bloomfield
On 05/02/2005 09:50:55 AM, Frederic Beck wrote: Hello Here's my problem : i have a daemon running in the background, and i want it to show popups after some events. I'm new in using GTK, so i took a look at the tutorial, and i managed to create the window and show it. The popup window is clo

GTK window and thread

2005-05-02 Thread Frederic Beck
Hello Here's my problem : i have a daemon running in the background, and i want it to show popups after some events. I'm new in using GTK, so i took a look at the tutorial, and i managed to create the window and show it. The popup window is closed when pressing on a button. As i don't want this