On Sat, Sep 21, 2013 at 11:47:16AM -0400, Jasper St. Pierre wrote:
> You can use an event filter; see gdk_window_add_filter.

Thanks.  Can a filter registered to a window see all the events
dispatching to its children windows? Otherwise, I have to register the
filter for every window ever opened in my app.


> 
> 
> On Sat, Sep 21, 2013 at 5:32 AM, Woody Wu <narkewo...@gmail.com> wrote:
> 
> > Hi,
> >
> > In my application, I want to record how much longer user has not did
> > anything, including key pressing and mouse pressing in any area of any
> > of my windows.
> >
> > If I can hook into the very core the event dispatching, then I can
> > recored a timestamp. In other place of my application, I can check this
> > timestamp and decide if I should do something.
> >
> > How can I accomplish this with GTK+?
> >
> > Thanks in advance.
> >
> > --
> > I can't go back to yesterday - because I was a different person then
> > _______________________________________________
> > gtk-list mailing list
> > gtk-list@gnome.org
> > https://mail.gnome.org/mailman/listinfo/gtk-list
> >
> 
> 
> 
> -- 
>   Jasper

-- 
I can't go back to yesterday - because I was a different person then
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to