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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,874959b8413ac400 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-18 01:58:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!129.240.148.23!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Book to learn GtkAda Date: Thu, 18 Oct 2001 08:58:37 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1003395517 22784 129.241.83.82 (18 Oct 2001 08:58:37 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Thu, 18 Oct 2001 08:58:37 +0000 (UTC) User-Agent: slrn/0.9.7.2 (Linux) Xref: archiver1.google.com comp.lang.ada:14867 Date: 2001-10-18T08:58:37+00:00 List-Id: On 17 Oct 2001 23:29:54 +0200, Michael Bode wrote: > Hi, > > I'm trying to learn both Ada and GUI programming in Ada preferably > using a toolkit that's available on both Linux and Windows. I figured > this would be GtkAda. So far I've only found the short tutorial on > GtkAda. Which Gtk book would you recommend for someone who wants to > use Gtk with Ada? Unfortunately there are not yet any Ada book on GtkAda, but there are some books on Gtk+ in C. But GtkAda matches very closely GTK+ so they are quite useful. The Gtk+ tutorial http://www.gtk.org/tutorial/ GTK+/Gnome Application Development (freely available on-line) http://developer.gnome.org/doc/GGAD/ggad.html Developing Linux Applications with GTK+ and GDK http://www.newriders.com/books/title.cfm?isbn=0735700214 > Btw: Would it be possible and even make sense to create an Ada binding > for Qt? http://sourceforge.net/projects/qtada/ As for on-line Ada books look here (if you haven't already found them): http://www.adapower.com/learn/ Preben Randhol