[fpc-devel] New global CustomApplication variable
Martin Schreiber
fpmse at bluewin.ch
Thu Oct 15 20:21:59 CEST 2009
On Thursday 15 October 2009 13:58:53 Michael Schnell wrote:
>
> Martin once told me that the MSEGUI implementation of the message queue
> does use signals.
???
The MSEgui *timer* system on Linux works with SIGALRM.
The eventqueue is implemented on all platforms, with and without GUI as an
internal teventlist which holds instance pointers of tevent class. The X and
win32 events are packed into a appropriate tevent descendent and feed into
the queue. It is possible to loop tevent's to X or win32 event queue if the
receiving order must be synchronized with system events.
Martin
More information about the fpc-devel
mailing list