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,39ace4c4032cf84b,start 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!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: question on GtkAda Date: Tue, 14 Dec 2010 17:57:14 -0800 Organization: Aioe.org NNTP Server Message-ID: Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.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 X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Xref: g2news2.google.com comp.lang.ada:16918 Date: 2010-12-14T17:57:14-08:00 List-Id: Hello; The way I understand it, is that GtkAda is a binding (thick) to Gtk+. On http://libre.adacore.com/libre/tools/gtkada/ it says "GtkAda supports the latest 2.14 stable releases." But on http://www.gtk.org/download-linux.html It says the latest stable release is 2.22 There is a plan to have GTK+ 3.0 sometime, from what I read, will this mean GtkAda will be updated to that at some point as well? Another question: If someone want to do plotting from Ada, how would one do that? GtkAda is just for making GUI? I see there are libraries that uses Gtk+ for plotting, such as Gtkextra http://gtkextra.sourceforge.net/ and GtkPlot http://sourceforge.net/projects/gtkplot/ , so, If I install GtkAda, how would one use these libraries? do I need to make binding to them as well? Any one knows of applications using Ada to make plotting and data visualization using GtkAda? The few apps listed on the libre web site do not show that. Are people using GtkAda in any real commercial applications? It seems GPS is the largest known app which does that? I am basically looking for a way to make a simple GUI in Ada, and also be able to generate 2D and 3D plots. Just for trying something. nothing commercial. Thanks --Nasser