Re: How to identify the idle state of the GTK+ application?

2006-02-16 Thread Gus Koppel
Daniel Atallah wrote: On 2/15/06, Matt Hull wrote: that like what gaim does ? Yes, gaim does essentially the same thing. http://cvs.sourceforge.net/viewcvs.py/gaim/gaim/src/gtkidle.c?rev=1.12view=markup On Wed, 15 Feb 2006, Martyn Russell wrote: Gossip needs to know how long the

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Stefan Kost
hi, I would write an xscreensaver module and use that :) stefan sadhees kumar schrieb: Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Matt Hull
i didnt think the application should do that. is that a task for the window manager ? matt On Wed, 15 Feb 2006, sadhees kumar wrote: Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Gus Koppel
sadhees kumar wrote: In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to turn ON the backlight. I have the API for toggling the backlight. My problem is

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Tristan Van Berkom
Gus Koppel wrote: sadhees kumar wrote: In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key pressed, or mouse movement occured, I need to turn ON the backlight. I have the API for toggling the

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Matt Hull
that like what gaim does ? matt On Wed, 15 Feb 2006, Martyn Russell wrote: On Wed, 2006-02-15 at 17:46 +0600, sadhees kumar wrote: Friends, In my GTK application, If no action(event) is taken place in the screen, I need to turn OFF the backlight of an TFT monitor. If any key

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread Daniel Atallah
On 2/15/06, Matt Hull [EMAIL PROTECTED] wrote: that like what gaim does ? Yes, gaim does essentially the same thing. http://cvs.sourceforge.net/viewcvs.py/gaim/gaim/src/gtkidle.c?rev=1.12view=markup -D On Wed, 15 Feb 2006, Martyn Russell wrote: Gossip needs to know how long the user has

Re: How to identify the idle state of the GTK+ application?

2006-02-15 Thread sadhees kumar
Thank you Friends I will try your suggestions.. _ Regards, K.Sadheeskumar. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list