Blocking GUI
- From: "Salvatore De Paolis" <iwkse-ml gmx com>
- To: gtk-perl-list gnome org
- Subject: Blocking GUI
- Date: Sun, 26 Jun 2011 23:51:52 +0000
Hi,
I'm testing something with Perl and GTK+ and I'd like an advice about how
to achieve this kind of task:
Let's take this code as example:
$button->set_image($waiting);
sleep 10;
$button->set_image(undef);
This way the button is stuck till the sleep function is completed.
regards,
Sal
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]