timer inside timer

2002-01-14 Thread Flávio Alberto Lopes Soares
Hello all I make an aplication that in some time uses timer to call some function in regular time interval, but inside this function I add other gtk_timeout_add with few milliseconds, but the callback function never is called; Is it forbidden to put gtk_timeout_add inside a callback gtk_timeout_

Re: timer inside timer

2002-01-14 Thread Paul Davis
>I make an aplication that in some time uses timer to call some function >in regular time interval, but inside this function I add other >gtk_timeout_add with few milliseconds, but the callback function never >is called; on most linux systems, there is no timer available with a resolution of less