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-Thread: a07f3367d7,d53a70a10d79b10f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!t21g2000yqi.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Window Management Date: Sun, 5 Jul 2009 16:25:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3e75f9e0-9689-4ac7-b5c2-5bf262751382@t21g2000yqi.googlegroups.com> References: NNTP-Posting-Host: 88.170.86.208 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1246836348 6793 127.0.0.1 (5 Jul 2009 23:25:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 5 Jul 2009 23:25:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t21g2000yqi.googlegroups.com; posting-host=88.170.86.208; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.9 (Debian-3.0.9-1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6844 Date: 2009-07-05T16:25:48-07:00 List-Id: Rob Solomon wrote on comp.lang.ada: > I have a lot of experience w/ Modula-2 and would like to know how to > find comparable packages and subprograms to these Modules. =A0Idealy, I > would like the same code to work under WinXP and Ubuntu 9.04 [...] I think the closest equivalent to your specification is TextTools [1,2]. It is a library working on top of curses and supports both of the systems you mention. However, as the name implies, it only deals with text-mode interfaces (with mouse). If you need a graphical interface, you will have to write a library on top of either GtkAda [3,4] or QtAda[5]. HTH [1] http://www.pegasoft.ca/tt.html [2] http://packages.qa.debian.org/libt/libtexttools.html [3] http://libre.adacore.com/GtkAda/ [4] http://packages.qa.debian.org/libg/libgtkada2.html [5] http://www.qtada.com/en/index.html -- Ludovic Brenta.