Re: [gtk-list] Semantics of gtk_timeout




Juan Toledo <toledo@users.sourceforge.net> writes:
> If I return TRUE in the timeout function... Will it be called again in
> timeout milisecods, or timeout-time_it_took_
> to_execute_the_callback_function)?
> 

Looking at the source, it looks to me like it will be the former (it
saves the time before calling the callback, then sets the timeout to
run again at saved_time + interval).

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]