Re: do something when using Gtk3

2017-09-10 Thread hw
"Chas. Owens" writes: > 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. T

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

Re: do something when using Gtk3

2017-09-04 Thread hw
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? >> > > This DDG search - https://duckduckgo.com/?q=gtk3+timer&ia=qa - has s

Re: do something when using Gtk3

2017-08-29 Thread Shlomi Fish
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? > This DDG search - https://duckduckgo.com/?q=gtk3+timer&ia=qa - has some relevant results including https://