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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3ed4c57426e16006 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: GtkAda using Glade Date: Fri, 20 May 2011 00:34:32 -0700 Organization: Aioe.org NNTP Server Message-ID: References: <15ff2ec1-5a2b-4d24-8aab-cf7985b6374f@t19g2000yql.googlegroups.com> <2e496d2c-f12f-4961-981b-2162fdf1ce1e@k3g2000prl.googlegroups.com> <1vakqa4gwjxry$.9j72428ewqp0.dlg@40tude.net> <1npn5zwqehpsz.1lqame09nycx1.dlg@40tude.net> <96992149-4b0b-4de3-b928-545baa8da5ad@y12g2000yqh.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: TUXTYYqX1yG7hs3zxUg7ng.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:20305 Date: 2011-05-20T00:34:32-07:00 List-Id: On 5/20/2011 12:19 AM, Dmitry A. Kazakov wrote: > On Thu, 19 May 2011 18:41:50 -0700, Nasser M. Abbasi wrote: > >> For GtkAda, it will be nice if someone may be at wiki Ada or somewhere >> can have a link to collection of applications written in GtkAda, where >> one can download them and run them. > > I doubt that were useful. Anybody who wanted to learn Gtk should rather > look at the tests. > > Real-life applications are too complex and contain too much stuff unrelated > to Gtk. They also used to bend Gtk for their specific needs or designer > preferences. For example I hate standard file selection widget, so I > designed my own. A normal user would prefer to learn the standard one > first. > >> So far, I know of only 2-3 small apps >> written in GTKAda. > >> Where are all the open source apps written in GTKAda? > > What kind of application are you looking for? A relatively large one is > this: > > http://www.dmitry-kazakov.de/ada/fuzzy_ml.htm > > A middle-sized one: > > http://www.dmitry-kazakov.de/ada/gps_installer.htm > > A small one (physical measurement units converter): > > http://www.dmitry-kazakov.de/ada/units.htm > > (I bet, neither could be developed using 100% Glade (:-)) > Hello Dmitry; I was looking the other day just for examples of applications written using Ada and GtkAda that I can download and run on my computer just to get a feeling for how Ada GUI apps work. Just like small utilites and such. I could only find very few such apps some are listed here, but old list and not updated for ages. http://libre.adacore.com/libre/tools/gtkada/ Speeking of GTK, There is now an ongoing effort to make GTK interface for Fortran also, Here is the web page https://github.com/jerryd/gtk-fortran/wiki I have not tried it. But from the examples shown, it also looks good. --Nasser