Re: clock using GTK+

2004-04-26 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: gtk_timeout_add Or rather g_timeout_add(), since gtk_timeout_add() is the deprecated API that shouldn't be used in newly written code. Sven ___ gtk-list mailing list [EMAIL PROTECTED]

clock using GTK+

2004-04-25 Thread Antonia Kieranov Titlis
Greetings everyone, I want to ask something. How to make a timer with GTK+? I mean a timer, which is like a clock. So far, I've always made GUI using Glade, and I don't see any tools in Glade to make a timer. If I use g_timer(), how can I make it keep updating the seconds? Thanks, Kieran

Re: clock using GTK+

2004-04-25 Thread dhliu
Antonia Kieranov Titlis wrote: Greetings everyone, I want to ask something. How to make a timer with GTK+? I mean a timer, which is like a clock. So far, I've always made GUI using Glade, and I don't see any tools in Glade to make a timer. If I use g_timer(), how can I make it keep updating the