> > which I'm not sure all GUI widget kits support, > > That's why I think HID wins here - each GUI kit does what it can,
Something I am not clear on is who is running main(), the GUI or the pcb core? For example in the wxPCB version I'm trying to put together for Windows the wxWidget tool kit assumes that it is running main(). Each user action is an event that causes a subroutine to be called. If the core is running main() I'm not sure how to handle that? > In theory, we can code different usage philosophies too Such as who is main()...
