is there a way to get the time that a signal is running!? eg. the
button of the mouse is being pressed for 10 sec!

if (the button of the mouse is being pressed over a button for 10 sec)
then do a thing;

in mouse case I think I can use the button "pressed" signal and the glib Timers!

What do you think?


On Thu, 10 Mar 2005 08:56:45 +0100, Iago Rubio <[EMAIL PROTECTED]> wrote:
> On Wed, 2005-03-09 at 17:01 -0400, André Pedralho wrote:
> > I've heard about a gtk based app that implements some time
> > interactions! e.g. one event occurs 10s from now! I think I'll develop
> > something using this! ;)
> > Someone knows if it is true? And how to do it?
> 
> It's indeed true.
> 
> Take a look at the documentation on g_timeout_add()
> 
> Regards.
> --
> Iago Rubio
> _______________________________________________
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to