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,2e1bfa3e559d2b32 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.33.71 with SMTP id p7mr27237653pbi.1.1317108636107; Tue, 27 Sep 2011 00:30:36 -0700 (PDT) Path: lh7ni5818pbb.0!nntp.google.com!news1.google.com!goblin3!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Where can I find GTKADA tutorials? Date: Tue, 27 Sep 2011 09:31:02 +0200 Organization: cbb software GmbH Message-ID: References: <2b202e0f-907a-4bdc-8514-a3a145ecea8c@i28g2000yqn.googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: news1.google.com comp.lang.ada:18150 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2011-09-27T09:31:02+02:00 List-Id: On Mon, 26 Sep 2011 17:10:08 -0700 (PDT), Sunny wrote: > Can anyone tell me where could get some GtkAda tutorials? I only have > GtkAda User's Guide and GtkAda RM. But I want to get some tutorials > about GtkAda in details, including samples and other things. Could you > give me some links or send it to me if you have tutorials about this, > please? Some simple samples are under http://rosettacode.org/wiki/Rosetta_Code in the corresponding GUI tasks. Gtk tutorials are here: http://www.gtk.org/documentation.php Note that GtkAda is thin bindings and to figure out what to do, you just read Gtk documentation. The new version of GtkAda RM on AdaCore site is awful. Try to find the old one, there is not that many changes. For complex stuff, e.g. tree view, custom renderers and stores, GIO interfacing, tasking, there is also some, but you should learn the basic stuff first. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de