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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b6df8f8501cf7275 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.72.199 with SMTP id n7mr17847037qaj.5.1356717519604; Fri, 28 Dec 2012 09:58:39 -0800 (PST) Received: by 10.49.116.115 with SMTP id jv19mr5288494qeb.21.1356717519542; Fri, 28 Dec 2012 09:58:39 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no3057965qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 28 Dec 2012 09:58:39 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B NNTP-Posting-Host: 109.190.25.159 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <12019264-a08e-414b-a260-5f8aaa4adabf@googlegroups.com> Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: Justin Time Injection-Date: Fri, 28 Dec 2012 17:58:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-28T09:58:39-08:00 List-Id: GtkAda is not as complicated as it seems at first glance. You have to learn the arborescence of widgets/windows(for me 2 days in learning by doing). Using glade3 is quite helpful. Some link that could be useful to you : Basic stuff to use glade3 : http://wiki.ada-dk.org/building_gui_with_glade_3 GtkAda uses version 2.24 of GTK. So you need Glade3.8 and NOT Glade 3.12 which is for GTK 3.x.