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,FREEMAIL_FROM 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.224.198.196 with SMTP id ep4mr14507200qab.3.1356727923671; Fri, 28 Dec 2012 12:52:03 -0800 (PST) Received: by 10.49.58.167 with SMTP id s7mr5290616qeq.5.1356727923654; Fri, 28 Dec 2012 12:52:03 -0800 (PST) Path: k2ni3151qap.0!nntp.google.com!ee4no3236799qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 28 Dec 2012 12:52:03 -0800 (PST) In-Reply-To: <52aed30c-1fd3-407e-be52-2c366b9002d6@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.230.82.82; posting-account=vICoKAoAAACvprQdoU1Fu4jhuX0G_mBQ NNTP-Posting-Host: 2.230.82.82 References: <87072854-0f81-41fd-8cb0-ede78fccf6e7@googlegroups.com> <52aed30c-1fd3-407e-be52-2c366b9002d6@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <49ad97eb-fac1-49f0-a4ea-2dd79fa803d0@googlegroups.com> Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs From: alb348@gmail.com Injection-Date: Fri, 28 Dec 2012 20:52:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-28T12:52:03-08:00 List-Id: On Friday, December 28, 2012 9:38:09 PM UTC+1, Justin Time wrote: > Glade does not generate Ada code but a XML file that contains descriptions of > > GTK widgets/windows (size, packing, signals, etc ...). > > From this XML file you can get a code prototype using a code sketcher. > > Code sketcher are available for different languages : > > See section "Code sketching" in article http://en.wikipedia.org/wiki/Glade_Interface_Designer Thanks. That is what I was looking for!! So, the workflow seems to be: creating the widjets with Glade, then using Gate3 to generate Ada code, then using the generated code in Ada programs. Anyway, I will keep in mind Dmitry's warnings and if I find myself wasting too much time, I will consider learning how to code them manually.