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