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: 103376,4a0c832e0f8fb440 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.39.100 with SMTP id o4mr19748125pbk.0.1322389432228; Sun, 27 Nov 2011 02:23:52 -0800 (PST) Path: lh20ni23513pbb.0!nntp.google.com!news1.google.com!postnews.google.com!c18g2000yqj.googlegroups.com!not-for-mail From: okellogg Newsgroups: comp.lang.ada Subject: Re: Light cross platform GUI Date: Sun, 27 Nov 2011 02:23:51 -0800 (PST) Organization: http://groups.google.com Message-ID: <65e6f922-3160-4b88-8df1-4871c768cb9b@c18g2000yqj.googlegroups.com> References: <4ed14336$0$292$14726298@news.sunsite.dk> NNTP-Posting-Host: 93.208.121.253 Mime-Version: 1.0 X-Trace: posting.google.com 1322389432 4656 127.0.0.1 (27 Nov 2011 10:23:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 27 Nov 2011 10:23:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c18g2000yqj.googlegroups.com; posting-host=93.208.121.253; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.23) Gecko/20110920 Firefox/3.6.23,gzip(gfe) Xref: news1.google.com comp.lang.ada:19192 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-11-27T02:23:51-08:00 List-Id: On Nov 26, 8:51=A0pm, luislupe...@gmailXXX.com (L M) wrote: > Hi, > > I'm looking for a light cross platform GUI application, for Ada, > similar, for example to FLTK for C++. > Is there something like that? > My searches already pointed me to RAPID. RAPID is an interactive GUI builder that sits atop TASH [1] or GtkAda [2]. If you are looking for widget libraries that offer an Ada API then those would be worth looking at. (There are others, of course.) -- Oliver [1] http://tcladashell.sourceforge.net/ [2] http://libre.adacore.com/libre/tools/gtkada/