Here is how one of the example programs access the Glib timeout:

https://github.com/dave-theunsub/gtk3-perl-demos/blob/master/search_entry.pl#L126

I would have pointed to docs, but they don't seem to be as easy to find as
they used to be in the Gtk1/Gtk2 days.

On Tue, Sep 5, 2017 at 1:58 AM hw <h...@adminart.net> wrote:

> Shlomi Fish <shlo...@shlomifish.org> writes:
>
> > Hi hw,
> >
> > On Mon, 28 Aug 2017 04:54:04 +0200
> > hw <h...@adminart.net> 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 ...
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to