PS <kali...@gmail.com> writes:
>
> one if for catching the time

Glib::Timeout->add will give you a call back when some time has elapsed
(documented in Glib::MainLoop), it's a good way to freshen a display if
you have to poll (rather than listening for events or inputs).
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to