Timers
- From: "Juan José 'Peco' San Martín" <peco microbotica es>
- To: GTK-Perl_Mailing_List <gtk-perl-list gnome org>
- Subject: Timers
- Date: Thu, 30 Jun 2005 18:37:47 +0200
Hello all.
I'm using the timers:
my $pointer->{timer}=Glib::Timeout->add(1000,\&progress_timeout,$label);
All seems to be ok. Each time the "progress_timeout" function is called,
I'm able to change the value of $label with $pointer->set_text("123");
My issue is that I would like to attach the same timer but to other
widgets, in order to update many of them at the same time. Surely that
it's possible but I didn't find the way :-/
Thanks for any help.
Peco
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]