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]
http://mail.gnome.org/mailman/listinfo/gtk-list


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




__
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25ยข
http://photos.yahoo.com/ph/print_splash
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


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 seconds?
 

gtk_timeout_add

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list