is it a custom written (Object Pascal) widget set, or
a compatibility layer for some other widget set?
I want to use FP in a Linux environment that does not have a GUI. So a
very restricted peudo-widget-set is needed just just handles the message
queue. I suppose at best I do the message queue with pascal means (e.g.
a linked list, like the second queue in the gtk widget set) and do the
waiting mechanism with a semaphore (similar to the base of
TCriticalSection).
-Michael
_______________________________________________
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel