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,b6df8f8501cf7275 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.77.34 with SMTP id p2mr9460160paw.30.1357307616221; Fri, 04 Jan 2013 05:53:36 -0800 (PST) Received: by 10.49.12.238 with SMTP id b14mr8841810qec.18.1357307615818; Fri, 04 Jan 2013 05:53:35 -0800 (PST) Path: s9ni72755pbb.0!nntp.google.com!f6no9557176pbd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 4 Jan 2013 05:53:35 -0800 (PST) In-Reply-To: <11a264a9-9f32-4e68-bf19-8877a1f46686@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.242; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 70.53.16.242 References: <11a264a9-9f32-4e68-bf19-8877a1f46686@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: Patrick Injection-Date: Fri, 04 Jan 2013 13:53:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-04T05:53:35-08:00 List-Id: I really need to get my two projects started. I have been planning one for 4 or 5 years(This is a embarrassing confession) and the other about a year. I want to use Ada for everything but I just don't get GTK Ada. I am trying to decide between C Gtk and Ada Glade. I am thinking about trying to mix Ada glade and hand coded Ada gtk ? I know it would have to be one full window/dialog in one or the other. I could start with the simple stuff in glade and make new more flexible hand coded windows later. Does that sound logical? Would it be good for the OP ?