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,53611649a57c674a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 08:34:36 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!212.125.49.211!not-for-mail From: Wolfgang Jeltsch Newsgroups: comp.lang.ada Subject: Re: GUI toolkit for Ada again Date: Thu, 5 Jul 2001 17:20:34 +0200 Message-ID: <9i21e9$g9ce7$1@ID-77306.news.dfncis.de> References: <9i0042$gfcml$1@ID-77306.news.dfncis.de> NNTP-Posting-Host: 212.125.49.211 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 994347274 17084871 212.125.49.211 (16 [77306]) User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:9475 Date: 2001-07-05T17:20:34+02:00 List-Id: > I missed the start of this thread (thanks, AT&T) and am not sure exactly > what was wanted. If you want to write Ada style programs that run under > Windows and have a Windows style interface, take a look at CLAW at > www.rrsoftware.com There's a free intro version available there and I > think a free intro version of the associated GUI builder. (I helped > create CLAW, but not the GUI builder.) Hello, I am citing from my earlier postings: I want "a multi-platform GUI toolkit for Ada [...] which uses native look-and-feel by using native GUI libraries". "The concept of the toolkit (or library) [...] should be like the one of wxWindows. wxWindows (http:://www.wxwindows.org/) is a C++ library using the Windows API on the Windows platform and Motif or GTK+ on POSIX systems. Wolfgang