From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac39a12d5faf5b14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-20 22:35:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!paradoxa.ogoense.net!sn-xit-04!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: Development process in the Ada community Date: Sun, 21 Apr 2002 01:35:07 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <4519e058.0204150645.62003096@posting.google.com> <4519e058.0204170855.16950071@posting.google.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:22853 Date: 2002-04-21T01:35:07-04:00 List-Id: "Stephen Leake" wrote in message news:ur8lcvml9.fsf@gsfc.nasa.gov... > Hmm. GWindows makes a start towards a "subscriber" model of event > handling (but only a start). That is significantly different from > Windex and CLAW, which use an "override" model. I don't think one > windowing system can have both. Hmm; maybe it could; call the > subscribers, then dispatch. GWindows in fact offers both and it works out very nicely. GWindows strikes a good balance in its "subscriber" model of events by just basicly offering a simple call back registration mechanism removing most of the complexities of programming in that model. For more complex work the override model can be used to easily offer more. > I see no reason not to just use GtkAda. GtkAda is a nice solution for many problems, but if you are looking to be native to Win32, it doesn't cut the mustard. David Botton