[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: PCB HID status
- To: geda-dev@xxxxxxxx
- Subject: Re: gEDA: PCB HID status
- From: Bob Paddock <bob.paddock@xxxxxxxxx>
- Date: Tue, 1 Nov 2005 04:53:42 -0500
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@seul.org
- Delivery-date: Tue, 01 Nov 2005 05:56:54 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=b18UWluaAGMQhuaklSkdlIQlxNGf7KvR7LcTwHNq9eknY975qLg4vOrgWFsU38ImIyMvLUwII2jv9z8u5sNrani7NcqyqL5S0m0WraHGbPdDvwBuu0al9wKK0tzxFJy2zrgoVCk0oYM6fbITX+zR8kqOMKxSNr8jbNVdCCg/qD4=
- In-reply-to: <200511010143.jA11hCv9012173@envy.delorie.com>
- Organization: The Designer-III Company http://www.designer-iii.com/
- References: <732E6C9642E5564683F51CC5C40A46B5AACB27@ijmexc00.ijmuiden.corusgroup.com> <200510311955.44197.bob.paddock@gmail.com> <200511010143.jA11hCv9012173@envy.delorie.com>
- Reply-to: geda-dev@xxxxxxxx
- Sender: owner-geda-dev@xxxxxxxx
- User-agent: KMail/1.8.1
> > 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()...