Re: do something when using Gtk3

2017-09-05 Thread Shlomi Fish
On Tue, 05 Sep 2017 04:24:31 +0200 hw wrote: > Shlomi Fish writes: > > > Hi hw, > > > > On Mon, 28 Aug 2017 04:54:04 +0200 > > hw wrote: > > > >> Hi, > >> > >> when writing a program that uses Gtk3, how can I make it so that the > >> program does something at regular time intervals? > >>

Re: do something when using Gtk3

2017-09-05 Thread Chas. Owens
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