Currently, no. You could have the widget manage multiple timers itself, using the 
getticks() to find the current time. If you want to implement multiple timers, a good 
starting point is the trigger_timer() function in widget/widget.c.  Currently a simple 
linked list of timers is maintained using the 'time' and 'tnext' members of the widget 
structure.


On Fri, 11 May 2001, "Yu-Jui Lee" wrote:

> 
> Hi,
> 
> I'm extending the widgets for my own application. I found PicoGUI seems to 
> have only one timer for each widget. Can I create more timers for a widget?
> 
> Thanks!
> 
> Yu-Jui Lee
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> 
> _______________________________________________
> Pgui-devel mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/pgui-devel

--
To the systems programmer, users and applications server only to provide a 
test load.


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to