[fpc-devel] Lazarus: A new widgest set

Michael Schnell mschnell at lumino.de
Thu Feb 14 17:03:59 CET 2008


> 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



More information about the fpc-devel mailing list