On Tue, 05 Sep 2017 04:24:31 +0200 hw <[email protected]> wrote: > Shlomi Fish <[email protected]> writes: > > > Hi hw, > > > > On Mon, 28 Aug 2017 04:54:04 +0200 > > hw <[email protected]> wrote: > > > >> Hi, > >> > >> when writing a program that uses Gtk3, how can I make it so that the > >> program does something at regular time intervals? > >> > > > > This DDG search - https://duckduckgo.com/?q=gtk3+timer&ia=qa - has some > > relevant results including > > https://stackoverflow.com/questions/8352027/gtk-timer-how-to-make-a-timer-within-a-frame > > . > > There are examples for using it in Perl in t/9.t here - > > https://git.gnome.org//browse/perl-Glib . > > Thanks, at least this some indication that it might be possible. Now I > need to figure out how to use it with a perl program that uses gtk3 ... >
You're welcome! -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ “So, who the hell is Qoheleth?” - http://shlom.in/qoheleth Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning. — https://en.wikiquote.org/wiki/Rick_Cook (via Oron Peled) Please reply to list if it's a mailing list post - http://shlom.in/reply . -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
