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.5 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE 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.180.78.36 with SMTP id y4mr10619556wiw.1.1356941326059; Mon, 31 Dec 2012 00:08:46 -0800 (PST) Path: l12ni274849wiv.1!nntp.google.com!proxad.net!feeder1-2.proxad.net!newsfeed.straub-nv.de!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!feed.xsnews.nl!ramfeed-2.ams.xsnews.nl!post-feeder-02.xsnews.nl!frontend-F10-17.ams.news.kpn.nl From: "ldries46" Newsgroups: comp.lang.ada References: <12019264-a08e-414b-a260-5f8aaa4adabf@googlegroups.com> In-Reply-To: <12019264-a08e-414b-a260-5f8aaa4adabf@googlegroups.com> Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs Date: Mon, 31 Dec 2012 09:07:38 +0100 MIME-Version: 1.0 Importance: Normal X-Newsreader: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 Message-ID: <50e14823$0$32188$703f8584@news.kpn.nl> Organization: KPN.com NNTP-Posting-Host: 77.168.179.107 X-Trace: 1356941347 news.kpn.nl 32188 77.168.179.107@kpn/77.168.179.107:50145 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Date: 2012-12-31T09:07:38+01:00 List-Id: The biggest problem I have with Glade 3 is the complete lack of good tutorials or user guides for using the glade files with Ada. The link to http://wiki.ada-dk.org/building_gui_with_glade_3 just presents a simple ada program which even lacks a simple extension is how to link a filechooser dialog or link a Gtk_Textview to my program. Are there such tutorials and where can I find them. I tried to create a filechooser to my program by only using code but I cannot find some explanation how to get the link to the parent. L. Dries "Justin Time" schreef in bericht news:12019264-a08e-414b-a260-5f8aaa4adabf@googlegroups.com... 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.