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: 103376,b6df8f8501cf7275 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.68.202.68 with SMTP id kg4mr8439842pbc.3.1357342264125; Fri, 04 Jan 2013 15:31:04 -0800 (PST) Path: 6ni81960pbd.1!nntp.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!news.glorb.com!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Easiest way to build Qt/Gtk interfaces for Ada programs Date: Fri, 4 Jan 2013 23:31:03 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <11a264a9-9f32-4e68-bf19-8877a1f46686@googlegroups.com> Mime-Version: 1.0 Injection-Date: Fri, 4 Jan 2013 23:31:03 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="dfff62e1e537b55df42008571c03e0fe"; logging-data="24346"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+GkF5Cq6g18Nv6kmQlGnMN7t3fAvESFyI=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:A5XCFPDQCm1MqLl5giCzvwRiHtA= X-Received-Bytes: 2162 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2013-01-04T23:31:03+00:00 List-Id: On Fri, 04 Jan 2013 05:53:35 -0800, Patrick wrote: > I really need to get my two projects started. I have been planning one > for 4 or 5 years(This is a embarrassing confession) and the other about > a year. > > I want to use Ada for everything but I just don't get GTK Ada. I am > trying to decide between C Gtk and Ada Glade. > > I am thinking about trying to mix Ada glade and hand coded Ada gtk ? > > I know it would have to be one full window/dialog in one or the other. > > I could start with the simple stuff in glade and make new more flexible > hand coded windows later. > > Does that sound logical? Would it be good for the OP ? One thing that is alleged to be possible, but so far has no good tutorial : having written your own GTKAda widget, how do you make it accessible and usable in Glade as the predefined widgets? This would go a long way to answering your (and it's not just you!) questions... - Brian