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-Thread: a07f3367d7,b6df8f8501cf7275 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.84.38 with SMTP id v6mr9500149pay.32.1357498035847; Sun, 06 Jan 2013 10:47:15 -0800 (PST) From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs Date: Mon, 31 Dec 2012 15:58:09 -0500 Organization: The Wasteland Message-ID: References: <12019264-a08e-414b-a260-5f8aaa4adabf@googlegroups.com> <50e14823$0$32188$703f8584@news.kpn.nl> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-Notice: Filtered by postfilter v. 0.8.2 Path: 6ni88791pbd.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.mccarragher.com!news.grnet.gr!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!aioe.org!.POSTED!not-for-mail Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: 2012-12-31T15:58:09-05:00 List-Id: In article <50e14823$0$32188$703f8584@news.kpn.nl>, "ldries46" wrote: > 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. The examples in the testgtk folder of GTKAda may be a useful resource, in particular these two composite widgets: testgtk/create_file_chooser.adb testgtk/create_file_selection.adb -- John B. Matthews trashgod at gmail dot com