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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Where to find Ada GTK example programs to try? Date: Fri, 08 May 2020 01:10:01 +0200 Organization: A noiseless patient Spider Message-ID: <87r1vv2vg6.fsf@samuel> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="d80720da003fb10f82cfee35afb95474"; logging-data="19165"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/QRvw5O2Om09tAK3XM90nj" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cancel-Lock: sha1:AvYDfUZyI6epq9+wYNf/E8zXIWk= sha1:2pYTSnGQX0BE5TGwE6+eXQdtabY= Xref: reader01.eternal-september.org comp.lang.ada:58629 Date: 2020-05-08T01:10:01+02:00 List-Id: "Nasser M. Abbasi" writes: > I'd like to try to make GUI with Ada. I assume the best > choice is to use GTK? > > http://docs.adacore.com/live/wave/gtkada/html/gtkada_ug/getting_started.html > http://docs.adacore.com/live/wave/gtkada/html/gtkada_ug/index.html > > Any one knows of an actual Ada GUI applications, ready to run, > that I can download, install, and run just to see how they > look and feel? GtkAda comes with testgtk which is intended both as a test program for all widgets and as a demo. If you use the Debian package, do tar xzf /usr/share/doc/libgtkada*-dev/examples/testgtk.tgz in a source directory that you create. -- Ludovic Brenta.