* The Saltydog <[EMAIL PROTECTED]> [2005-07-01 11:25]:
> I could avoid forking the extraction subroutine and use
> main_iteration after each reading?

Yes! Just do

    Gtk2->main_iteration while Gtk2->events_pending;

whenever you want the application to respond to events to which
it otherwise couldn’t.

Regards,
-- 
#Aristotle
*AUTOLOAD=*_=sub{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1};
&Just->another->Perl->hacker;
_______________________________________________
gtk-perl-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to