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,cafada25186be751 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-27 14:58:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!news.litech.org!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: achrist@easystreet.com Newsgroups: comp.lang.ada Subject: Re: GNAT and cross-platform GUI Date: Mon, 27 Jan 2003 14:57:56 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3E35B974.BB6BEE@easystreet.com> X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:33469 Date: 2003-01-27T14:57:56-08:00 List-Id: Here's another candidate: http://www.japi.de/ I just noticed this looking at the GUI toolkit page the other day. It says that it has an Ada binding. It provides an interface from a subset of the java GUI toolkit to other langues, including Ada. Haven't tried it. Al root wrote: > > Is there any consensus on the best (quickest?) way to write GUI programs > in Ada? I'm looking the links to the (free) packages I'd need. The plan > is to write the programs under Linux, but (unfortunately) a MSWindows > version will also be required. > > I don't have much experience with GTK yet -- guess that is about to change. > > Me